Skip to content

#fefcc9

a pale, electric yellow · warm · closest name: Lemon Chiffon

RGB
254, 252, 201
HSL
58°, 96%, 89%
CMYK
0, 1, 21, 0
Luminance
0.9491

At a glance

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

Hex
#fefcc9
Hue
58°
yellow
Saturation
96%
electric
Lightness
89%
pale
Brightness
100%
HSV value
Perceived
97%
weighted brightness
Luminance
0.9491
WCAG relative
Temperature
Warm
23/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
19.98:1
Closest name
Lemon Chiffon
ΔE2000 1.8
Where it sits
Hue58° of 360°
Saturation96%
Lightness89%
Temperature
Warm ← → Cool23% 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#fefcc9
RGBrgb(254, 252, 201)
HSLhsl(58, 96%, 89%)
CMYKcmyk(0%, 1%, 21%, 0%)
LABlab(98.0 -7.3 24.7)
LCHlch(98.0 25.8 106.5)
OKLCHoklch(0.980 0.066 105.7)
Decimal16710857
Display P3color(display-p3 0.996 0.988 0.788)

Copy-ready code

/* CSS */
color: #fefcc9;
background-color: #fefcc9;
/* Tailwind (arbitrary) */
class="text-[#fefcc9] bg-[#fefcc9]"
/* SCSS */
$brand: #fefcc9;
/* SwiftUI */
Color(red: 0.996, green: 0.988, blue: 0.788)
/* Android */
Color.parseColor("#fefcc9")
/* Flutter */
Color(0xFFFEFCC9)
/* Python / OpenCV (BGR) */
(201, 252, 254)

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

Accessibility — WCAG contrast

Aa
#fefcc9 on white: 1.05:1
AA ✗ fail · AA-large · AAA
Aa
#fefcc9 on black: 19.98:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF8C6
deuteranopia · #FFFACB
tritanopia · #FFF5EE

Color scale — 50 to 950

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

#FDFDF1
#FCFBE4
#fefcc9
#FDF991
#FCF65A
#FBF323
#F0E704
#C8C104
#A09A03
#736F07
#484604
Base = 200Lightest = 50 · #FDFDF1Darkest = 950 · #484604
:root {
  --brand-50: #FDFDF1;
  --brand-100: #FCFBE4;
  --brand-200: #fefcc9;
  --brand-300: #FDF991;
  --brand-400: #FCF65A;
  --brand-500: #FBF323;
  --brand-600: #F0E704;
  --brand-700: #C8C104;
  --brand-800: #A09A03;
  --brand-900: #736F07;
  --brand-950: #484604;
  --brand: #fefcc9;
  --brand-ink: #000000;
}

Colors that work with #fefcc9

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#EDEBC0
Hairlines and dividers
Muted text#9B984B
Captions on the surface
Accent#003BCC
Second voice, not a rival
Dark variant#7D7802
Hover, pressed, headers
Light variant#FFFEE6
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 #fefcc9

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#C9CBFE
Analogous left#FEE1C9
Analogous right#E5FEC9
Split-complement 1#C9E5FE
Split-complement 2#E1C9FE
Triadic 1#C9FEFC
Triadic 2#FCC9FE
Tetradic#C9FEE1

RGB percentages

Red99.6%
Green98.8%
Blue78.8%

CMYK percentages

Cyan0.0%
Magenta0.8%
Yellow20.9%
Key (black)0.4%

Color previews

#fefcc9 text on a black background

contrast 19.98:1

Card sample

#fefcc9 text on a white background

contrast 1.05:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(254, 252, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 252, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefcc9;
background: linear-gradient(135deg, #fefcc9, #DDFEC9);

Monochromatic scale

Palettes built from #fefcc9

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.

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

#fefcc9, answered

What color is #fefcc9?

#fefcc9 is a pale electric yellow, closest to Lemon Chiffon (ΔE2000 1.8). It sits at 58° on the hue wheel with 96% saturation and 89% lightness, which reads as warm.

What is the RGB value of #fefcc9?

rgb(254, 252, 201) — 254 red, 252 green and 201 blue out of 255, or 99.6% / 98.8% / 78.8% by channel.

Is #fefcc9 a light or a dark color?

It is a light color. Relative luminance is 0.9491 and perceived brightness is 97%, so black text on it reaches 19.98:1.

Should I use black or white text on #fefcc9?

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

What is the complementary color of #fefcc9?

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

What colors go well with #fefcc9?

For interface work: #FAFAF4 as the surface, #EDEBC0 for borders, #9B984B for secondary text, #003BCC as an accent and #7D7802 for hover and pressed states. For a palette, the analogous pair #FEE1C9 and #E5FEC9 stays calm, while #C9CBFE is the loudest partner.

What is #fefcc9 in CMYK for printing?

cmyk(0%, 1%, 21%, 0%). 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 #fefcc9 warm or cool?

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

Work with #fefcc9 in the Color Lab