CSS named colour
Peach Puff
#ffdab9
A CSS named colour: peachpuff is valid anywhere a colour is expected.
- RGB
- rgb(255 218 185)
- HSL
- 28°, 100%, 86%
- OKLCh
- 91.1% 0.060 63.7
Peach Puff in every format
Web & CSSThe everyday formats for stylesheets and design tools.
| Hex | #ffdab9 | |
|---|---|---|
| RGB | rgb(255 218 185) | |
| RGB legacy | rgb(255, 218, 185) | |
| RGB percent | rgb(100% 85.49% 72.55%) | |
| HSL | hsl(28.3 100% 86.3%) | |
| HSL legacy | hsl(28.3, 100%, 86.3%) | |
| HSV / HSB | hsv(28.3, 27.5%, 100%) | |
| HWB | hwb(28.3 72.5% 0%) | |
| Nearest name | peachpuff | |
| CMYK | cmyk(0%, 14.5%, 27.5%, 0%)Naive conversion. Real print work needs an ICC profile. |
Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.
| OKLCh | oklch(91.125% 0.06 63.699)Modern CSS colour space for even palettes — better than HSL when building scales. | |
|---|---|---|
| OKLab | oklab(91.125% 0.02659 0.05379) | |
| CIE LCh | lch(89.604% 23.462 65.352) | |
| CIE Lab | lab(89.604% 9.785 21.325) | |
| Display P3 | color(display-p3 0.9763 0.8602 0.7416) | |
| Rec. 2020 | color(rec2020 0.9382 0.8485 0.7145) | |
| srgb-linear | color(srgb-linear 1 0.7011 0.4851)Light-linear sRGB — the same numbers a shader wants for maths. | |
| CIE XYZ (D65) | color(xyz-d65 0.7507 0.7491 0.564) |
ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.
| GLSL vec3 — sRGB | vec3(1.0, 0.855, 0.725)Encoded values. Use when writing straight to the framebuffer. | |
|---|---|---|
| GLSL vec3 — linear | vec3(1.0, 0.701, 0.485)Light-linear values. Use for lighting, blending and mixing. | |
| GLSL vec4 — sRGB | vec4(1.0, 0.855, 0.725, 1.0) | |
| GLSL vec4 — linear | vec4(1.0, 0.701, 0.485, 1.0) | |
| GLSL ivec3 | ivec3(255, 218, 185) | |
| HLSL float3 — sRGB | float3(1.0, 0.855, 0.725) | |
| HLSL float3 — linear | float3(1.0, 0.701, 0.485) | |
| HLSL float4 — sRGB | float4(1.0, 0.855, 0.725, 1.0) | |
| HLSL half4 — sRGB | half4(1.0, 0.855, 0.725, 1.0) | |
| WGSL vec3f — sRGB | vec3f(1.0, 0.855, 0.725) | |
| WGSL vec4f — sRGB | vec4f(1.0, 0.855, 0.725, 1.0) | |
| WGSL vec3<f32> — linear | vec3<f32>(1.0, 0.701, 0.485) |
Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.
| Unity Color | new Color(1.0f, 0.855f, 0.725f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255. | |
|---|---|---|
| Unity Color32 | new Color32(255, 218, 185, 255) | |
| Unreal FLinearColor | FLinearColor(1.0f, 0.7011f, 0.4851f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255. | |
| Unreal FColor | FColor(255, 218, 185, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor. | |
| Godot Color | Color(1, 0.855, 0.725, 1) | |
| Flutter Color | Color(0xFFFFDAB9)Packed ARGB, so alpha comes first. | |
| Android Color | Color.rgb(255, 218, 185) | |
| SwiftUI Color | Color(red: 1, green: 0.855, blue: 0.725) | |
| UIKit UIColor | UIColor(red: 1, green: 0.855, blue: 0.725, alpha: 1) |
Raw valuesPacked integers and plain arrays.
| 0x hex | 0xFFDAB9 | |
|---|---|---|
| 0x hex (ARGB) | 0xFFFFDAB9 | |
| Array 0–1 | [1, 0.855, 0.725] | |
| Array 0–255 | [255, 218, 185] | |
| Decimal integer | 16767673 |
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 |
|---|---|---|---|---|
| Peach Puff on white | 1.31:1 | Fail | Lc 16 | Not usable for text |
| Peach Puff on black | 15.98:1 | AAA | Lc 88 | Body text, 18px and up |
Peach Puff text on a white background
Peach Puff text on a black background
White text on Peach Puff
Black text on Peach Puff
Tonal scale
Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.
- 50#fff2da
- 100#ffe8ce
- 200#f5d6bb
- 300#dfbfa2
- 400#c4a284
- 500#a68465
- 600#8a6a4d
- 700#71543a
- 800#5b422a
- 900#49321d
- 950#2d1b09
Tints and shades
Mixed perceptually toward white and black, so the steps feel evenly spaced.
- Tint 1#ffe0c5
- Tint 2#ffe6d0
- Tint 3#ffeddc
- Tint 4#fff3e8
- Tint 5#fff9f3
- Shade 1#c8ab90
- Shade 2#947e6a
- Shade 3#635446
- Shade 4#362d24
- Shade 5#0f0b07
Colours that work with Peach Puff
Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.
- #c0e7ff
- #b6efe6
- #ead9ff
- #ffd4c8
- #efe2b5
Closest CSS names
peachpuffexact matchwheatΔEok 0.021navajowhiteΔEok 0.021bisqueΔEok 0.025moccasinΔEok 0.028blanchedalmondΔEok 0.042