Skip to content

#fdfdd6

a pale, electric yellow · warm · “Light Goldenrod Yellow”

RGB
253, 253, 214
HSL
60°, 91%, 92%
CMYK
0, 0, 15, 1
Luminance
0.9599

At a glance

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

Hex
#fdfdd6
Hue
60°
yellow
Saturation
91%
electric
Lightness
92%
pale
Brightness
99%
HSV value
Perceived
98%
weighted brightness
Luminance
0.9599
WCAG relative
Temperature
Warm
25/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
20.20:1
Closest name
Light Goldenrod Yellow
ΔE2000 0.7
Where it sits
Hue60° of 360°
Saturation91%
Lightness92%
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#fdfdd6
RGBrgb(253, 253, 214)
HSLhsl(60, 91%, 92%)
CMYKcmyk(0%, 0%, 15%, 1%)
LABlab(98.4 -6.3 18.7)
LCHlch(98.4 19.8 108.7)
OKLCHoklch(0.984 0.051 107.3)
Decimal16645590
Display P3color(display-p3 0.992 0.992 0.839)

Copy-ready code

/* CSS */
color: #fdfdd6;
background-color: #fdfdd6;
/* Tailwind (arbitrary) */
class="text-[#fdfdd6] bg-[#fdfdd6]"
/* SCSS */
$brand: #fdfdd6;
/* SwiftUI */
Color(red: 0.992, green: 0.992, blue: 0.839)
/* Android */
Color.parseColor("#fdfdd6")
/* Flutter */
Color(0xFFFDFDD6)
/* Python / OpenCV (BGR) */
(214, 253, 253)

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 #fdfdd6 · 20.20:1
Use #000000AAA at every size.
Aa
White text · 1.04:1
AA fail · AA large fail · AAA fail
Aa
Black text · 20.20:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #fdfdd6 as text scores 1.04:1 on white and 20.20:1 on black.

Accessibility — WCAG contrast

Aa
#fdfdd6 on white: 1.04:1
AA ✗ fail · AA-large · AAA
Aa
#fdfdd6 on black: 20.20:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF9D4
deuteranopia · #FFFBD7
tritanopia · #FFF8F2

Color scale — 50 to 950

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

#FDFDF2
#fdfdd6
#F9F9C3
#FAFA94
#F7F75F
#F5F529
#E9E90B
#C3C309
#9C9C08
#70700A
#464606
Base = 100Lightest = 50 · #FDFDF2Darkest = 950 · #464606
:root {
  --brand-50: #FDFDF2;
  --brand-100: #fdfdd6;
  --brand-200: #F9F9C3;
  --brand-300: #FAFA94;
  --brand-400: #F7F75F;
  --brand-500: #F5F529;
  --brand-600: #E9E90B;
  --brand-700: #C3C309;
  --brand-800: #9C9C08;
  --brand-900: #70700A;
  --brand-950: #464606;
  --brand: #fdfdd6;
  --brand-ink: #000000;
}

Colors that work with #fdfdd6

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#0534C7
Second voice, not a rival
Dark variant#7A7A06
Hover, pressed, headers
Light variant#FEFEE7
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 #fdfdd6

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#D6D6FD
Analogous left#FDEAD6
Analogous right#EAFDD6
Split-complement 1#D6EAFD
Split-complement 2#EAD6FD
Triadic 1#D6FDFD
Triadic 2#FDD6FD
Tetradic#D6FDEA

RGB percentages

Red99.2%
Green99.2%
Blue83.9%

CMYK percentages

Cyan0.0%
Magenta0.0%
Yellow15.4%
Key (black)0.8%

Color previews

#fdfdd6 text on a black background

contrast 20.20:1

Card sample

#fdfdd6 text on a white background

contrast 1.04:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #fdfdd6

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.

#fdfdd6 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#fdfdd6, answered

What color is #fdfdd6?

#fdfdd6 is a pale electric yellow — the CSS keyword Light Goldenrod Yellow. It sits at 60° on the hue wheel with 91% saturation and 92% lightness, which reads as warm.

What is the RGB value of #fdfdd6?

rgb(253, 253, 214) — 253 red, 253 green and 214 blue out of 255, or 99.2% / 99.2% / 83.9% by channel.

Is #fdfdd6 a light or a dark color?

It is a light color. Relative luminance is 0.9599 and perceived brightness is 98%, so black text on it reaches 20.20:1.

Should I use black or white text on #fdfdd6?

Black. It scores 20.20:1 against #fdfdd6, versus 1.04:1 for white — AAA at any size.

What is the complementary color of #fdfdd6?

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

What colors go well with #fdfdd6?

For interface work: #FAFAF4 as the surface, #EDEDC0 for borders, #9B9B4B for secondary text, #0534C7 as an accent and #7A7A06 for hover and pressed states. For a palette, the analogous pair #FDEAD6 and #EAFDD6 stays calm, while #D6D6FD is the loudest partner.

What is #fdfdd6 in CMYK for printing?

cmyk(0%, 0%, 15%, 1%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #fdfdd6 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 #FDEFD6; nudged cooler, #EFFDD6.

Work with #fdfdd6 in the Color Lab