Skip to content

#f5f5d4

a pale, vivid yellow · warm · closest name: Light Goldenrod Yellow

RGB
245, 245, 212
HSL
60°, 62%, 90%
CMYK
0, 0, 14, 4
Luminance
0.8947

At a glance

Every number on this page in one read: what #f5f5d4 is made of, how bright it looks, and which way it leans.

Hex
#f5f5d4
Hue
60°
yellow
Saturation
62%
vivid
Lightness
90%
pale
Brightness
96%
HSV value
Perceived
95%
weighted brightness
Luminance
0.8947
WCAG relative
Temperature
Warm
25/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
18.89:1
Closest name
Light Goldenrod Yellow
ΔE2000 2.1
Where it sits
Hue60° of 360°
Saturation62%
Lightness90%
Temperature
Warm ← → Cool25% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#f5f5d4
RGBrgb(245, 245, 212)
HSLhsl(60, 62%, 90%)
CMYKcmyk(0%, 0%, 14%, 4%)
LABlab(95.8 -5.4 15.9)
LCHlch(95.8 16.8 108.9)
OKLCHoklch(0.962 0.043 107.2)
Decimal16119252
Display P3color(display-p3 0.961 0.961 0.831)

Copy-ready code

/* CSS */
color: #f5f5d4;
background-color: #f5f5d4;
/* Tailwind (arbitrary) */
class="text-[#f5f5d4] bg-[#f5f5d4]"
/* SCSS */
$brand: #f5f5d4;
/* SwiftUI */
Color(red: 0.961, green: 0.961, blue: 0.831)
/* Android */
Color.parseColor("#f5f5d4")
/* Flutter */
Color(0xFFF5F5D4)
/* Python / OpenCV (BGR) */
(212, 245, 245)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #f5f5d4 · 18.89:1
Use #000000AAA at every size.
Aa
White text · 1.11:1
AA fail · AA large fail · AAA fail
Aa
Black text · 18.89:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #f5f5d4 as text scores 1.11:1 on white and 18.89:1 on black.

Accessibility — WCAG contrast

Aa
#f5f5d4 on white: 1.11:1
AA ✗ fail · AA-large · AAA
Aa
#f5f5d4 on black: 18.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FBF2D2
deuteranopia · #FCF4D5
tritanopia · #FAF1EC

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #f5f5d4 is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FBFBF4
#F7F7E8
#f5f5d4
#EAEAA4
#DFDF76
#D5D549
#C7C72E
#A6A626
#84841F
#60601A
#3C3C10
Base = 200Lightest = 50 · #FBFBF4Darkest = 950 · #3C3C10
:root {
  --brand-50: #FBFBF4;
  --brand-100: #F7F7E8;
  --brand-200: #f5f5d4;
  --brand-300: #EAEAA4;
  --brand-400: #DFDF76;
  --brand-500: #D5D549;
  --brand-600: #C7C72E;
  --brand-700: #A6A626;
  --brand-800: #84841F;
  --brand-900: #60601A;
  --brand-950: #3C3C10;
  --brand: #f5f5d4;
  --brand-ink: #000000;
}

Colors that work with #f5f5d4

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAFAF4
Tinted page background
Border#EDEDC0
Hairlines and dividers
Muted text#9B9B4B
Captions on the surface
Accent#2345A9
Second voice, not a rival
Dark variant#676718
Hover, pressed, headers
Light variant#FAFAEA
Selected rows, tints
Dark surface#242414
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #f5f5d4

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Thin strokes and 1px borders — they disappear on light UI
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#D4D4F5
Analogous left#F5E4D4
Analogous right#E4F5D4
Split-complement 1#D4E4F5
Split-complement 2#E4D4F5
Triadic 1#D4F5F5
Triadic 2#F5D4F5
Tetradic#D4F5E4

RGB percentages

Red96.1%
Green96.1%
Blue83.1%

CMYK percentages

Cyan0.0%
Magenta0.0%
Yellow13.5%
Key (black)3.9%

Color previews

#f5f5d4 text on a black background

contrast 18.89:1

Card sample

#f5f5d4 text on a white background

contrast 1.11:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #f5f5d4;
Background color
Panel with #f5f5d4 background
background-color: #f5f5d4;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #f5f5d4;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(245, 245, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 245, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5f5d4;
background: linear-gradient(135deg, #f5f5d4, #DFF5D4);

Monochromatic scale

Palettes built from #f5f5d4

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#f5f5d4 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
RetailLeisureEnergyWarning systems
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#f5f5d4, answered

What color is #f5f5d4?

#f5f5d4 is a pale vivid yellow, closest to Light Goldenrod Yellow (ΔE2000 2.1). It sits at 60° on the hue wheel with 62% saturation and 90% lightness, which reads as warm.

What is the RGB value of #f5f5d4?

rgb(245, 245, 212) — 245 red, 245 green and 212 blue out of 255, or 96.1% / 96.1% / 83.1% by channel.

Is #f5f5d4 a light or a dark color?

It is a light color. Relative luminance is 0.8947 and perceived brightness is 95%, so black text on it reaches 18.89:1.

Should I use black or white text on #f5f5d4?

Black. It scores 18.89:1 against #f5f5d4, versus 1.11:1 for white — AAA at any size.

What is the complementary color of #f5f5d4?

#D4D4F5 sits directly opposite on the wheel. Softer options are the split-complements #D4E4F5 and #E4D4F5, which give the same contrast with far less vibration.

What colors go well with #f5f5d4?

For interface work: #FAFAF4 as the surface, #EDEDC0 for borders, #9B9B4B for secondary text, #2345A9 as an accent and #676718 for hover and pressed states. For a palette, the analogous pair #F5E4D4 and #E4F5D4 stays calm, while #D4D4F5 is the loudest partner.

What is #f5f5d4 in CMYK for printing?

cmyk(0%, 0%, 14%, 4%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #f5f5d4 warm or cool?

Warm — it scores 25 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F5E9D4; nudged cooler, #E9F6D3.

Work with #f5f5d4 in the Color Lab