CSS named colour
Antique White
#faebd7
A CSS named colour: antiquewhite is valid anywhere a colour is expected.
- RGB
- rgb(250 235 215)
- HSL
- 34°, 78%, 91%
- OKLCh
- 94.7% 0.031 75.2
Antique White in every format
Web & CSSThe everyday formats for stylesheets and design tools.
| Hex | #faebd7 | |
|---|---|---|
| RGB | rgb(250 235 215) | |
| RGB legacy | rgb(250, 235, 215) | |
| RGB percent | rgb(98.04% 92.16% 84.31%) | |
| HSL | hsl(34.3 77.8% 91.2%) | |
| HSL legacy | hsl(34.3, 77.8%, 91.2%) | |
| HSV / HSB | hsv(34.3, 14%, 98%) | |
| HWB | hwb(34.3 84.3% 2%) | |
| Nearest name | antiquewhite | |
| CMYK | cmyk(0%, 6%, 14%, 2%)Naive conversion. Real print work needs an ICC profile. |
Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.
| OKLCh | oklch(94.669% 0.03108 75.219)Modern CSS colour space for even palettes — better than HSL when building scales. | |
|---|---|---|
| OKLab | oklab(94.669% 0.00793 0.03005) | |
| CIE LCh | lch(93.86% 12.009 76.218) | |
| CIE Lab | lab(93.86% 2.861 11.664) | |
| Display P3 | color(display-p3 0.9703 0.9236 0.8517) | |
| Rec. 2020 | color(rec2020 0.9505 0.9158 0.8354) | |
| srgb-linear | color(srgb-linear 0.956 0.8308 0.6795)Light-linear sRGB — the same numbers a shader wants for maths. | |
| CIE XYZ (D65) | color(xyz-d65 0.8139 0.8465 0.7634) |
ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.
| GLSL vec3 — sRGB | vec3(0.98, 0.922, 0.843)Encoded values. Use when writing straight to the framebuffer. | |
|---|---|---|
| GLSL vec3 — linear | vec3(0.956, 0.831, 0.68)Light-linear values. Use for lighting, blending and mixing. | |
| GLSL vec4 — sRGB | vec4(0.98, 0.922, 0.843, 1.0) | |
| GLSL vec4 — linear | vec4(0.956, 0.831, 0.68, 1.0) | |
| GLSL ivec3 | ivec3(250, 235, 215) | |
| HLSL float3 — sRGB | float3(0.98, 0.922, 0.843) | |
| HLSL float3 — linear | float3(0.956, 0.831, 0.68) | |
| HLSL float4 — sRGB | float4(0.98, 0.922, 0.843, 1.0) | |
| HLSL half4 — sRGB | half4(0.98, 0.922, 0.843, 1.0) | |
| WGSL vec3f — sRGB | vec3f(0.98, 0.922, 0.843) | |
| WGSL vec4f — sRGB | vec4f(0.98, 0.922, 0.843, 1.0) | |
| WGSL vec3<f32> — linear | vec3<f32>(0.956, 0.831, 0.68) |
Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.
| Unity Color | new Color(0.98f, 0.922f, 0.843f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255. | |
|---|---|---|
| Unity Color32 | new Color32(250, 235, 215, 255) | |
| Unreal FLinearColor | FLinearColor(0.956f, 0.8308f, 0.6795f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255. | |
| Unreal FColor | FColor(250, 235, 215, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor. | |
| Godot Color | Color(0.98, 0.922, 0.843, 1) | |
| Flutter Color | Color(0xFFFAEBD7)Packed ARGB, so alpha comes first. | |
| Android Color | Color.rgb(250, 235, 215) | |
| SwiftUI Color | Color(red: 0.98, green: 0.922, blue: 0.843) | |
| UIKit UIColor | UIColor(red: 0.98, green: 0.922, blue: 0.843, alpha: 1) |
Raw valuesPacked integers and plain arrays.
| 0x hex | 0xFAEBD7 | |
|---|---|---|
| 0x hex (ARGB) | 0xFFFAEBD7 | |
| Array 0–1 | [0.98, 0.922, 0.843] | |
| Array 0–255 | [250, 235, 215] | |
| Decimal integer | 16444375 |
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 |
|---|---|---|---|---|
| Antique White on white | 1.17:1 | Fail | Lc 8 | Not usable for text |
| Antique White on black | 17.93:1 | AAA | Lc 96 | Body text at any size |
Antique White text on a white background
Antique White text on a black background
White text on Antique White
Black text on Antique White
Tonal scale
Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.
- 50#fff6e7
- 100#f7ecdc
- 200#e7daca
- 300#d1c4b2
- 400#b5a795
- 500#978977
- 600#7c6f5e
- 700#645949
- 800#504638
- 900#40362a
- 950#251e14
Tints and shades
Mixed perceptually toward white and black, so the steps feel evenly spaced.
- Tint 1#fbeede
- Tint 2#fcf2e4
- Tint 3#fdf5eb
- Tint 4#fdf8f2
- Tint 5#fefcf8
- Shade 1#c4b8a8
- Shade 2#91887c
- Shade 3#615b52
- Shade 4#35312c
- Shade 5#0e0c0a
Colours that work with Antique White
Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.
- #e0efff
- #d7f4f4
- #f6e8fc
- #ffe7dd
- #f0efd7
Closest CSS names
antiquewhiteexact matchpapayawhipΔEok 0.014blanchedalmondΔEok 0.014linenΔEok 0.020beigeΔEok 0.024bisqueΔEok 0.025