CSS named colour

Lemon Chiffon

#fffacd

A CSS named colour: lemonchiffon is valid anywhere a colour is expected.

RGB
rgb(255 250 205)
HSL
54°, 100%, 90%
OKLCh
97.8% 0.058 102.2

Open in the picker

Lemon Chiffon in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#fffacd
RGBrgb(255 250 205)
RGB legacyrgb(255, 250, 205)
RGB percentrgb(100% 98.04% 80.39%)
HSLhsl(54 100% 90.2%)
HSL legacyhsl(54, 100%, 90.2%)
HSV / HSBhsv(54, 19.6%, 100%)
HWBhwb(54 80.4% 0%)
Nearest namelemonchiffon
CMYKcmyk(0%, 2%, 19.6%, 0%)Naive conversion. Real print work needs an ICC profile.

Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.

OKLChoklch(97.781% 0.05822 102.156)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(97.781% -0.01226 0.05691)
CIE LChlch(97.826% 22.597 98.968)
CIE Lablab(97.826% -3.522 22.321)
Display P3color(display-p3 0.9966 0.9811 0.8222)
Rec. 2020color(rec2020 0.9843 0.9775 0.8046)
srgb-linearcolor(srgb-linear 1 0.956 0.6105)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.8644 0.9404 0.7136)

ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.

GLSL vec3 — sRGBvec3(1.0, 0.98, 0.804)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(1.0, 0.956, 0.61)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(1.0, 0.98, 0.804, 1.0)
GLSL vec4 — linearvec4(1.0, 0.956, 0.61, 1.0)
GLSL ivec3ivec3(255, 250, 205)
HLSL float3 — sRGBfloat3(1.0, 0.98, 0.804)
HLSL float3 — linearfloat3(1.0, 0.956, 0.61)
HLSL float4 — sRGBfloat4(1.0, 0.98, 0.804, 1.0)
HLSL half4 — sRGBhalf4(1.0, 0.98, 0.804, 1.0)
WGSL vec3f — sRGBvec3f(1.0, 0.98, 0.804)
WGSL vec4f — sRGBvec4f(1.0, 0.98, 0.804, 1.0)
WGSL vec3<f32> — linearvec3<f32>(1.0, 0.956, 0.61)

Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.

Unity Colornew Color(1.0f, 0.98f, 0.804f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255.
Unity Color32new Color32(255, 250, 205, 255)
Unreal FLinearColorFLinearColor(1.0f, 0.956f, 0.6105f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(255, 250, 205, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(1, 0.98, 0.804, 1)
Flutter ColorColor(0xFFFFFACD)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(255, 250, 205)
SwiftUI ColorColor(red: 1, green: 0.98, blue: 0.804)
UIKit UIColorUIColor(red: 1, green: 0.98, blue: 0.804, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0xFFFACD
0x hex (ARGB)0xFFFFFACD
Array 0–1[1, 0.98, 0.804]
Array 0–255[255, 250, 205]
Decimal integer16775885

Contrast and accessibility

WCAG 2 ratios are what audits and legislation reference. APCA is shown alongside because WCAG 2 is known to misjudge mid-tone backgrounds, and it is the basis of the WCAG 3 draft.

PairingWCAG 2 ratioLevelAPCASuitable for
Lemon Chiffon on white1.06:1FailLc 0Not usable for text
Lemon Chiffon on black19.81:1AAALc 103Body text at any size

Lemon Chiffon text on a white background

Lemon Chiffon text on a black background

White text on Lemon Chiffon

Black text on Lemon Chiffon

Tonal scale

Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.

  • 50#fdf9d8
  • 100#f3efcd
  • 200#e2deba
  • 300#ccc8a1
  • 400#b0ab82
  • 500#928d64
  • 600#78734c
  • 700#615c38
  • 800#4d4928
  • 900#3d391b
  • 950#232008

Tints and shades

Mixed perceptually toward white and black, so the steps feel evenly spaced.

  • Tint 1#fffbd6
  • Tint 2#fffcde
  • Tint 3#fffde6
  • Tint 4#fffdef
  • Tint 5#fffef7
  • Shade 1#c8c4a0
  • Shade 2#949176
  • Shade 3#63614e
  • Shade 4#363529
  • Shade 5#0f0e09

Colours that work with Lemon Chiffon

Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.

  • #f4f6ff
  • #d8ffff
  • #ffedff
  • #fff3d4
  • #e9ffd8

Closest CSS names

  • lemonchiffonexact match
  • lightgoldenrodyellowΔEok 0.009
  • cornsilkΔEok 0.022
  • lightyellowΔEok 0.023
  • beigeΔEok 0.029
  • papayawhipΔEok 0.033