CSS named colour

Old Lace

#fdf5e6

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

RGB
rgb(253 245 230)
HSL
39°, 85%, 95%
OKLCh
97.2% 0.022 83.3

Open in the picker

Old Lace in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#fdf5e6
RGBrgb(253 245 230)
RGB legacyrgb(253, 245, 230)
RGB percentrgb(99.22% 96.08% 90.2%)
HSLhsl(39.1 85.2% 94.7%)
HSL legacyhsl(39.1, 85.2%, 94.7%)
HSV / HSBhsv(39.1, 9.1%, 99.2%)
HWBhwb(39.1 90.2% 0.8%)
Nearest nameoldlace
CMYKcmyk(0%, 3.2%, 9.1%, 0.8%)Naive conversion. Real print work needs an ICC profile.

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

OKLChoklch(97.234% 0.02156 83.264)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(97.234% 0.00253 0.02141)
CIE LChlch(96.865% 8.3 83.683)
CIE Lablab(96.865% 0.913 8.25)
Display P3color(display-p3 0.9867 0.9618 0.908)
Rec. 2020color(rec2020 0.9755 0.9577 0.8978)
srgb-linearcolor(srgb-linear 0.9823 0.9131 0.7913)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.8744 0.919 0.88)

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

GLSL vec3 — sRGBvec3(0.992, 0.961, 0.902)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.982, 0.913, 0.791)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.992, 0.961, 0.902, 1.0)
GLSL vec4 — linearvec4(0.982, 0.913, 0.791, 1.0)
GLSL ivec3ivec3(253, 245, 230)
HLSL float3 — sRGBfloat3(0.992, 0.961, 0.902)
HLSL float3 — linearfloat3(0.982, 0.913, 0.791)
HLSL float4 — sRGBfloat4(0.992, 0.961, 0.902, 1.0)
HLSL half4 — sRGBhalf4(0.992, 0.961, 0.902, 1.0)
WGSL vec3f — sRGBvec3f(0.992, 0.961, 0.902)
WGSL vec4f — sRGBvec4f(0.992, 0.961, 0.902, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.982, 0.913, 0.791)

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

Unity Colornew Color(0.992f, 0.961f, 0.902f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255.
Unity Color32new Color32(253, 245, 230, 255)
Unreal FLinearColorFLinearColor(0.9823f, 0.9131f, 0.7913f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(253, 245, 230, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(0.992, 0.961, 0.902, 1)
Flutter ColorColor(0xFFFDF5E6)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(253, 245, 230)
SwiftUI ColorColor(red: 0.992, green: 0.961, blue: 0.902)
UIKit UIColorUIColor(red: 0.992, green: 0.961, blue: 0.902, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0xFDF5E6
0x hex (ARGB)0xFFFDF5E6
Array 0–1[0.992, 0.961, 0.902]
Array 0–255[253, 245, 230]
Decimal integer16643558

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
Old Lace on white1.08:1FailLc 0Not usable for text
Old Lace on black19.38:1AAALc 102Body text at any size

Old Lace text on a white background

Old Lace text on a black background

White text on Old Lace

Black text on Old Lace

Tonal scale

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

  • 50#fdf7ec
  • 100#f3ede1
  • 200#e2dccf
  • 300#ccc5b8
  • 400#b0a89b
  • 500#928a7d
  • 600#777164
  • 700#605a4e
  • 800#4d473d
  • 900#3c372e
  • 950#231f18

Tints and shades

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

  • Tint 1#fdf7ea
  • Tint 2#fef8ee
  • Tint 3#fefaf3
  • Tint 4#fefcf7
  • Tint 5#fffdfb
  • Shade 1#c7c0b4
  • Shade 2#938e85
  • Shade 3#625f59
  • Shade 4#363430
  • Shade 5#0e0e0c

Colours that work with Old Lace

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

  • #eef6ff
  • #e6fbfc
  • #fdf1ff
  • #fff2e9
  • #f5f8e7

Closest CSS names

  • oldlaceexact match
  • seashellΔEok 0.011
  • linenΔEok 0.014
  • floralwhiteΔEok 0.016
  • cornsilkΔEok 0.018
  • beigeΔEok 0.018