Skip to content

#fdf2b6

a pale, electric yellow · warm · closest name: Pale Goldenrod

RGB
253, 242, 182
HSL
51°, 95%, 85%
CMYK
0, 4, 28, 1
Luminance
0.8776

At a glance

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

Hex
#fdf2b6
Hue
51°
yellow
Saturation
95%
electric
Lightness
85%
pale
Brightness
99%
HSV value
Perceived
94%
weighted brightness
Luminance
0.8776
WCAG relative
Temperature
Warm
17/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
18.55:1
Closest name
Pale Goldenrod
ΔE2000 2.8
Where it sits
Hue51° of 360°
Saturation95%
Lightness85%
Temperature
Warm ← → Cool17% 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#fdf2b6
RGBrgb(253, 242, 182)
HSLhsl(51, 95%, 85%)
CMYKcmyk(0%, 4%, 28%, 1%)
LABlab(95.1 -5.3 30.4)
LCHlch(95.1 30.8 99.8)
OKLCHoklch(0.956 0.077 98.9)
Decimal16642742
Display P3color(display-p3 0.992 0.949 0.714)

Copy-ready code

/* CSS */
color: #fdf2b6;
background-color: #fdf2b6;
/* Tailwind (arbitrary) */
class="text-[#fdf2b6] bg-[#fdf2b6]"
/* SCSS */
$brand: #fdf2b6;
/* SwiftUI */
Color(red: 0.992, green: 0.949, blue: 0.714)
/* Android */
Color.parseColor("#fdf2b6")
/* Flutter */
Color(0xFFFDF2B6)
/* Python / OpenCV (BGR) */
(182, 242, 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 #fdf2b6 · 18.55:1
Use #000000AAA at every size.
Aa
White text · 1.13:1
AA fail · AA large fail · AAA fail
Aa
Black text · 18.55:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #fdf2b6 as text scores 1.13:1 on white and 18.55:1 on black.

Accessibility — WCAG contrast

Aa
#fdf2b6 on white: 1.13:1
AA ✗ fail · AA-large · AAA
Aa
#fdf2b6 on black: 18.55:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FEEEB2
deuteranopia · #FFF3B8
tritanopia · #FFE9E2

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #fdf2b6 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.

#FDFBF1
#FBF8E4
#fdf2b6
#FCEC92
#FBE25B
#F9D825
#EECA06
#C7A905
#9F8704
#736208
#483D05
Base = 200Lightest = 50 · #FDFBF1Darkest = 950 · #483D05
:root {
  --brand-50: #FDFBF1;
  --brand-100: #FBF8E4;
  --brand-200: #fdf2b6;
  --brand-300: #FCEC92;
  --brand-400: #FBE25B;
  --brand-500: #F9D825;
  --brand-600: #EECA06;
  --brand-700: #C7A905;
  --brand-800: #9F8704;
  --brand-900: #736208;
  --brand-950: #483D05;
  --brand: #fdf2b6;
  --brand-ink: #000000;
}

Colors that work with #fdf2b6

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#FAF9F4
Tinted page background
Border#EDE6C0
Hairlines and dividers
Muted text#9B8E4B
Captions on the surface
Accent#0050CC
Second voice, not a rival
Dark variant#7C6903
Hover, pressed, headers
Light variant#FEFBE6
Selected rows, tints
Dark surface#242214
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 #fdf2b6

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#B6C1FD
Analogous left#FDCFB6
Analogous right#E5FDB6
Split-complement 1#B6E5FD
Split-complement 2#CFB6FD
Triadic 1#B6FDF2
Triadic 2#F2B6FD
Tetradic#B6FDCF

RGB percentages

Red99.2%
Green94.9%
Blue71.4%

CMYK percentages

Cyan0.0%
Magenta4.3%
Yellow28.1%
Key (black)0.8%

Color previews

#fdf2b6 text on a black background

contrast 18.55:1

Card sample

#fdf2b6 text on a white background

contrast 1.13:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #fdf2b6

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.

#fdf2b6 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.

#fdf2b6, answered

What color is #fdf2b6?

#fdf2b6 is a pale electric yellow, closest to Pale Goldenrod (ΔE2000 2.8). It sits at 51° on the hue wheel with 95% saturation and 85% lightness, which reads as warm.

What is the RGB value of #fdf2b6?

rgb(253, 242, 182) — 253 red, 242 green and 182 blue out of 255, or 99.2% / 94.9% / 71.4% by channel.

Is #fdf2b6 a light or a dark color?

It is a light color. Relative luminance is 0.8776 and perceived brightness is 94%, so black text on it reaches 18.55:1.

Should I use black or white text on #fdf2b6?

Black. It scores 18.55:1 against #fdf2b6, versus 1.13:1 for white — AAA at any size.

What is the complementary color of #fdf2b6?

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

What colors go well with #fdf2b6?

For interface work: #FAF9F4 as the surface, #EDE6C0 for borders, #9B8E4B for secondary text, #0050CC as an accent and #7C6903 for hover and pressed states. For a palette, the analogous pair #FDCFB6 and #E5FDB6 stays calm, while #B6C1FD is the loudest partner.

What is #fdf2b6 in CMYK for printing?

cmyk(0%, 4%, 28%, 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 #fdf2b6 warm or cool?

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

Work with #fdf2b6 in the Color Lab