Skip to content

#fcebc9

a pale, electric yellow · warm · closest name: Blanched Almond

RGB
252, 235, 201
HSL
40°, 90%, 89%
CMYK
0, 7, 20, 1
Luminance
0.8433

At a glance

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

Hex
#fcebc9
Hue
40°
yellow
Saturation
90%
electric
Lightness
89%
pale
Brightness
99%
HSV value
Perceived
93%
weighted brightness
Luminance
0.8433
WCAG relative
Temperature
Warm
8/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
17.87:1
Closest name
Blanched Almond
ΔE2000 2.2
Where it sits
Hue40° of 360°
Saturation90%
Lightness89%
Temperature
Warm ← → Cool8% 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#fcebc9
RGBrgb(252, 235, 201)
HSLhsl(40, 90%, 89%)
CMYKcmyk(0%, 7%, 20%, 1%)
LABlab(93.6 0.5 18.6)
LCHlch(93.6 18.6 88.6)
OKLCHoklch(0.945 0.048 84.6)
Decimal16575433
Display P3color(display-p3 0.988 0.922 0.788)

Copy-ready code

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

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

Accessibility — WCAG contrast

Aa
#fcebc9 on white: 1.18:1
AA ✗ fail · AA-large · AAA
Aa
#fcebc9 on black: 17.87:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F4EAC7
deuteranopia · #F8EECA
tritanopia · #FFE5E1

Color scale — 50 to 950

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

#FDF9F2
#FBF3E5
#fcebc9
#F9D895
#F6C460
#F3B02A
#E89F0D
#C1840B
#9B6A09
#704E0B
#463107
Base = 200Lightest = 50 · #FDF9F2Darkest = 950 · #463107
:root {
  --brand-50: #FDF9F2;
  --brand-100: #FBF3E5;
  --brand-200: #fcebc9;
  --brand-300: #F9D895;
  --brand-400: #F6C460;
  --brand-500: #F3B02A;
  --brand-600: #E89F0D;
  --brand-700: #C1840B;
  --brand-800: #9B6A09;
  --brand-900: #704E0B;
  --brand-950: #463107;
  --brand: #fcebc9;
  --brand-ink: #000000;
}

Colors that work with #fcebc9

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#FAF8F4
Tinted page background
Border#EDDEC0
Hairlines and dividers
Muted text#9B804B
Captions on the surface
Accent#0776C5
Second voice, not a rival
Dark variant#795307
Hover, pressed, headers
Light variant#FEF6E7
Selected rows, tints
Dark surface#241F14
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 #fcebc9

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#C9DAFC
Analogous left#FCD1C9
Analogous right#F3FCC9
Split-complement 1#C9F3FC
Split-complement 2#D1C9FC
Triadic 1#C9FCEB
Triadic 2#EBC9FC
Tetradic#C9FCD1

RGB percentages

Red98.8%
Green92.2%
Blue78.8%

CMYK percentages

Cyan0.0%
Magenta6.7%
Yellow20.2%
Key (black)1.2%

Color previews

#fcebc9 text on a black background

contrast 17.87:1

Card sample

#fcebc9 text on a white background

contrast 1.18:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #fcebc9

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.

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

#fcebc9, answered

What color is #fcebc9?

#fcebc9 is a pale electric yellow, closest to Blanched Almond (ΔE2000 2.2). It sits at 40° on the hue wheel with 90% saturation and 89% lightness, which reads as warm.

What is the RGB value of #fcebc9?

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

Is #fcebc9 a light or a dark color?

It is a light color. Relative luminance is 0.8433 and perceived brightness is 93%, so black text on it reaches 17.87:1.

Should I use black or white text on #fcebc9?

Black. It scores 17.87:1 against #fcebc9, versus 1.18:1 for white — AAA at any size.

What is the complementary color of #fcebc9?

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

What colors go well with #fcebc9?

For interface work: #FAF8F4 as the surface, #EDDEC0 for borders, #9B804B for secondary text, #0776C5 as an accent and #795307 for hover and pressed states. For a palette, the analogous pair #FCD1C9 and #F3FCC9 stays calm, while #C9DAFC is the loudest partner.

What is #fcebc9 in CMYK for printing?

cmyk(0%, 7%, 20%, 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 #fcebc9 warm or cool?

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

Work with #fcebc9 in the Color Lab