Skip to content

#fdfbe1

a pale, electric yellow · warm · closest name: Beige

RGB
253, 251, 225
HSL
56°, 88%, 94%
CMYK
0, 1, 11, 1
Luminance
0.9531

At a glance

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

Hex
#fdfbe1
Hue
56°
yellow
Saturation
88%
electric
Lightness
94%
pale
Brightness
99%
HSV value
Perceived
98%
weighted brightness
Luminance
0.9531
WCAG relative
Temperature
Warm
21/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
20.06:1
Closest name
Beige
ΔE2000 1.5
Where it sits
Hue56° of 360°
Saturation88%
Lightness94%
Temperature
Warm ← → Cool21% 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#fdfbe1
RGBrgb(253, 251, 225)
HSLhsl(56, 88%, 94%)
CMYKcmyk(0%, 1%, 11%, 1%)
LABlab(98.2 -3.6 12.7)
LCHlch(98.2 13.2 106.0)
OKLCHoklch(0.983 0.034 103.4)
Decimal16645089
Display P3color(display-p3 0.992 0.984 0.882)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#fdfbe1 on white: 1.05:1
AA ✗ fail · AA-large · AAA
Aa
#fdfbe1 on black: 20.06:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF9E0
deuteranopia · #FFFAE2
tritanopia · #FFF7F3

Color scale — 50 to 950

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

#FDFCF2
#fdfbe1
#F8F4C4
#F8F196
#F4EA61
#F1E32D
#E5D60F
#BFB20D
#998F0A
#6E670C
#454107
Base = 100Lightest = 50 · #FDFCF2Darkest = 950 · #454107
:root {
  --brand-50: #FDFCF2;
  --brand-100: #fdfbe1;
  --brand-200: #F8F4C4;
  --brand-300: #F8F196;
  --brand-400: #F4EA61;
  --brand-500: #F1E32D;
  --brand-600: #E5D60F;
  --brand-700: #BFB20D;
  --brand-800: #998F0A;
  --brand-900: #6E670C;
  --brand-950: #454107;
  --brand: #fdfbe1;
  --brand-ink: #000000;
}

Colors that work with #fdfbe1

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#EDE9C0
Hairlines and dividers
Muted text#9B954B
Captions on the surface
Accent#0646C6
Second voice, not a rival
Dark variant#787008
Hover, pressed, headers
Light variant#FDFCE7
Selected rows, tints
Dark surface#242314
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 #fdfbe1

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#E1E3FD
Analogous left#FDEDE1
Analogous right#F1FDE1
Split-complement 1#E1F1FD
Split-complement 2#EDE1FD
Triadic 1#E1FDFB
Triadic 2#FBE1FD
Tetradic#E1FDED

RGB percentages

Red99.2%
Green98.4%
Blue88.2%

CMYK percentages

Cyan0.0%
Magenta0.8%
Yellow11.1%
Key (black)0.8%

Color previews

#fdfbe1 text on a black background

contrast 20.06:1

Card sample

#fdfbe1 text on a white background

contrast 1.05:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #fdfbe1

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.

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

#fdfbe1, answered

What color is #fdfbe1?

#fdfbe1 is a pale electric yellow, closest to Beige (ΔE2000 1.5). It sits at 56° on the hue wheel with 88% saturation and 94% lightness, which reads as warm.

What is the RGB value of #fdfbe1?

rgb(253, 251, 225) — 253 red, 251 green and 225 blue out of 255, or 99.2% / 98.4% / 88.2% by channel.

Is #fdfbe1 a light or a dark color?

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

Should I use black or white text on #fdfbe1?

Black. It scores 20.06:1 against #fdfbe1, versus 1.05:1 for white — AAA at any size.

What is the complementary color of #fdfbe1?

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

What colors go well with #fdfbe1?

For interface work: #FAFAF4 as the surface, #EDE9C0 for borders, #9B954B for secondary text, #0646C6 as an accent and #787008 for hover and pressed states. For a palette, the analogous pair #FDEDE1 and #F1FDE1 stays calm, while #E1E3FD is the loudest partner.

What is #fdfbe1 in CMYK for printing?

cmyk(0%, 1%, 11%, 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 #fdfbe1 warm or cool?

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

Work with #fdfbe1 in the Color Lab