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

Open in the picker

Peach Puff in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#ffdab9
RGBrgb(255 218 185)
RGB legacyrgb(255, 218, 185)
RGB percentrgb(100% 85.49% 72.55%)
HSLhsl(28.3 100% 86.3%)
HSL legacyhsl(28.3, 100%, 86.3%)
HSV / HSBhsv(28.3, 27.5%, 100%)
HWBhwb(28.3 72.5% 0%)
Nearest namepeachpuff
CMYKcmyk(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.

OKLChoklch(91.125% 0.06 63.699)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(91.125% 0.02659 0.05379)
CIE LChlch(89.604% 23.462 65.352)
CIE Lablab(89.604% 9.785 21.325)
Display P3color(display-p3 0.9763 0.8602 0.7416)
Rec. 2020color(rec2020 0.9382 0.8485 0.7145)
srgb-linearcolor(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 — sRGBvec3(1.0, 0.855, 0.725)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(1.0, 0.701, 0.485)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(1.0, 0.855, 0.725, 1.0)
GLSL vec4 — linearvec4(1.0, 0.701, 0.485, 1.0)
GLSL ivec3ivec3(255, 218, 185)
HLSL float3 — sRGBfloat3(1.0, 0.855, 0.725)
HLSL float3 — linearfloat3(1.0, 0.701, 0.485)
HLSL float4 — sRGBfloat4(1.0, 0.855, 0.725, 1.0)
HLSL half4 — sRGBhalf4(1.0, 0.855, 0.725, 1.0)
WGSL vec3f — sRGBvec3f(1.0, 0.855, 0.725)
WGSL vec4f — sRGBvec4f(1.0, 0.855, 0.725, 1.0)
WGSL vec3<f32> — linearvec3<f32>(1.0, 0.701, 0.485)

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

Unity Colornew 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 Color32new Color32(255, 218, 185, 255)
Unreal FLinearColorFLinearColor(1.0f, 0.7011f, 0.4851f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(255, 218, 185, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(1, 0.855, 0.725, 1)
Flutter ColorColor(0xFFFFDAB9)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(255, 218, 185)
SwiftUI ColorColor(red: 1, green: 0.855, blue: 0.725)
UIKit UIColorUIColor(red: 1, green: 0.855, blue: 0.725, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0xFFDAB9
0x hex (ARGB)0xFFFFDAB9
Array 0–1[1, 0.855, 0.725]
Array 0–255[255, 218, 185]
Decimal integer16767673

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
Peach Puff on white1.31:1FailLc 16Not usable for text
Peach Puff on black15.98:1AAALc 88Body 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 match
  • wheatΔEok 0.021
  • navajowhiteΔEok 0.021
  • bisqueΔEok 0.025
  • moccasinΔEok 0.028
  • blanchedalmondΔEok 0.042