CSS named colour

Pale Goldenrod

#eee8aa

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

RGB
rgb(238 232 170)
HSL
55°, 67%, 80%
OKLCh
92.1% 0.080 103.2

Open in the picker

Pale Goldenrod in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#eee8aa
RGBrgb(238 232 170)
RGB legacyrgb(238, 232, 170)
RGB percentrgb(93.33% 90.98% 66.67%)
HSLhsl(54.7 66.7% 80%)
HSL legacyhsl(54.7, 66.7%, 80%)
HSV / HSBhsv(54.7, 28.6%, 93.3%)
HWBhwb(54.7 66.7% 6.7%)
Nearest namepalegoldenrod
CMYKcmyk(0%, 2.5%, 28.6%, 6.7%)Naive conversion. Real print work needs an ICC profile.

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

OKLChoklch(92.105% 0.07981 103.183)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(92.105% -0.0182 0.0777)
CIE LChlch(91.374% 31.416 98.819)
CIE Lablab(91.374% -4.816 31.045)
Display P3color(display-p3 0.9292 0.9106 0.6937)
Rec. 2020color(rec2020 0.9058 0.8981 0.6644)
srgb-linearcolor(srgb-linear 0.855 0.807 0.402)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.7137 0.7879 0.4948)

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

GLSL vec3 — sRGBvec3(0.933, 0.91, 0.667)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.855, 0.807, 0.402)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.933, 0.91, 0.667, 1.0)
GLSL vec4 — linearvec4(0.855, 0.807, 0.402, 1.0)
GLSL ivec3ivec3(238, 232, 170)
HLSL float3 — sRGBfloat3(0.933, 0.91, 0.667)
HLSL float3 — linearfloat3(0.855, 0.807, 0.402)
HLSL float4 — sRGBfloat4(0.933, 0.91, 0.667, 1.0)
HLSL half4 — sRGBhalf4(0.933, 0.91, 0.667, 1.0)
WGSL vec3f — sRGBvec3f(0.933, 0.91, 0.667)
WGSL vec4f — sRGBvec4f(0.933, 0.91, 0.667, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.855, 0.807, 0.402)

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

Unity Colornew Color(0.933f, 0.91f, 0.667f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255.
Unity Color32new Color32(238, 232, 170, 255)
Unreal FLinearColorFLinearColor(0.855f, 0.807f, 0.402f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(238, 232, 170, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(0.933, 0.91, 0.667, 1)
Flutter ColorColor(0xFFEEE8AA)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(238, 232, 170)
SwiftUI ColorColor(red: 0.933, green: 0.91, blue: 0.667)
UIKit UIColorUIColor(red: 0.933, green: 0.91, blue: 0.667, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0xEEE8AA
0x hex (ARGB)0xFFEEE8AA
Array 0–1[0.933, 0.91, 0.667]
Array 0–255[238, 232, 170]
Decimal integer15657130

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
Pale Goldenrod on white1.25:1FailLc 13Not usable for text
Pale Goldenrod on black16.76:1AAALc 91Body text at any size

Pale Goldenrod text on a white background

Pale Goldenrod text on a black background

White text on Pale Goldenrod

Black text on Pale Goldenrod

Tonal scale

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

  • 50#fefacc
  • 100#f4f0c0
  • 200#e4dfac
  • 300#cec892
  • 400#b2ac72
  • 500#948e53
  • 600#7a743b
  • 700#625d28
  • 800#4e4918
  • 900#3e390b
  • 950#242000

Tints and shades

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

  • Tint 1#f1ecb9
  • Tint 2#f4f0c7
  • Tint 3#f6f4d5
  • Tint 4#f9f8e3
  • Tint 5#fcfbf1
  • Shade 1#bbb684
  • Shade 2#8a8661
  • Shade 3#5c593f
  • Shade 4#323021
  • Shade 5#0d0c06

Colours that work with Pale Goldenrod

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

  • #dfe1ff
  • #aaf1ff
  • #ffd0f3
  • #ffddaa
  • #d0f1bb

Closest CSS names

  • palegoldenrodexact match
  • moccasinΔEok 0.032
  • wheatΔEok 0.033
  • khakiΔEok 0.033
  • navajowhiteΔEok 0.035
  • bisqueΔEok 0.046