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
Old Lace in every format
Web & CSSThe everyday formats for stylesheets and design tools.
| Hex | #fdf5e6 | |
|---|---|---|
| RGB | rgb(253 245 230) | |
| RGB legacy | rgb(253, 245, 230) | |
| RGB percent | rgb(99.22% 96.08% 90.2%) | |
| HSL | hsl(39.1 85.2% 94.7%) | |
| HSL legacy | hsl(39.1, 85.2%, 94.7%) | |
| HSV / HSB | hsv(39.1, 9.1%, 99.2%) | |
| HWB | hwb(39.1 90.2% 0.8%) | |
| Nearest name | oldlace | |
| CMYK | cmyk(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.
| OKLCh | oklch(97.234% 0.02156 83.264)Modern CSS colour space for even palettes — better than HSL when building scales. | |
|---|---|---|
| OKLab | oklab(97.234% 0.00253 0.02141) | |
| CIE LCh | lch(96.865% 8.3 83.683) | |
| CIE Lab | lab(96.865% 0.913 8.25) | |
| Display P3 | color(display-p3 0.9867 0.9618 0.908) | |
| Rec. 2020 | color(rec2020 0.9755 0.9577 0.8978) | |
| srgb-linear | color(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 — sRGB | vec3(0.992, 0.961, 0.902)Encoded values. Use when writing straight to the framebuffer. | |
|---|---|---|
| GLSL vec3 — linear | vec3(0.982, 0.913, 0.791)Light-linear values. Use for lighting, blending and mixing. | |
| GLSL vec4 — sRGB | vec4(0.992, 0.961, 0.902, 1.0) | |
| GLSL vec4 — linear | vec4(0.982, 0.913, 0.791, 1.0) | |
| GLSL ivec3 | ivec3(253, 245, 230) | |
| HLSL float3 — sRGB | float3(0.992, 0.961, 0.902) | |
| HLSL float3 — linear | float3(0.982, 0.913, 0.791) | |
| HLSL float4 — sRGB | float4(0.992, 0.961, 0.902, 1.0) | |
| HLSL half4 — sRGB | half4(0.992, 0.961, 0.902, 1.0) | |
| WGSL vec3f — sRGB | vec3f(0.992, 0.961, 0.902) | |
| WGSL vec4f — sRGB | vec4f(0.992, 0.961, 0.902, 1.0) | |
| WGSL vec3<f32> — linear | vec3<f32>(0.982, 0.913, 0.791) |
Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.
| Unity Color | new 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 Color32 | new Color32(253, 245, 230, 255) | |
| Unreal FLinearColor | FLinearColor(0.9823f, 0.9131f, 0.7913f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255. | |
| Unreal FColor | FColor(253, 245, 230, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor. | |
| Godot Color | Color(0.992, 0.961, 0.902, 1) | |
| Flutter Color | Color(0xFFFDF5E6)Packed ARGB, so alpha comes first. | |
| Android Color | Color.rgb(253, 245, 230) | |
| SwiftUI Color | Color(red: 0.992, green: 0.961, blue: 0.902) | |
| UIKit UIColor | UIColor(red: 0.992, green: 0.961, blue: 0.902, alpha: 1) |
Raw valuesPacked integers and plain arrays.
| 0x hex | 0xFDF5E6 | |
|---|---|---|
| 0x hex (ARGB) | 0xFFFDF5E6 | |
| Array 0–1 | [0.992, 0.961, 0.902] | |
| Array 0–255 | [253, 245, 230] | |
| Decimal integer | 16643558 |
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.
| Pairing | WCAG 2 ratio | Level | APCA | Suitable for |
|---|---|---|---|---|
| Old Lace on white | 1.08:1 | Fail | Lc 0 | Not usable for text |
| Old Lace on black | 19.38:1 | AAA | Lc 102 | Body 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 matchseashellΔEok 0.011linenΔEok 0.014floralwhiteΔEok 0.016cornsilkΔEok 0.018beigeΔEok 0.018