Skip to content

#f2e5cf

a pale, vivid orange · warm · closest name: Antique White

RGB
242, 229, 207
HSL
38°, 57%, 88%
CMYK
0, 5, 15, 5
Luminance
0.7942

At a glance

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

Hex
#f2e5cf
Hue
38°
orange
Saturation
57%
vivid
Lightness
88%
pale
Brightness
95%
HSV value
Perceived
90%
weighted brightness
Luminance
0.7942
WCAG relative
Temperature
Warm
6/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
16.88:1
Closest name
Antique White
ΔE2000 2
Where it sits
Hue38° of 360°
Saturation57%
Lightness88%
Temperature
Warm ← → Cool6% 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#f2e5cf
RGBrgb(242, 229, 207)
HSLhsl(38, 57%, 88%)
CMYKcmyk(0%, 5%, 15%, 5%)
LABlab(91.4 0.8 12.3)
LCHlch(91.4 12.3 86.1)
OKLCHoklch(0.926 0.032 81.0)
Decimal15918543
Display P3color(display-p3 0.949 0.898 0.812)

Copy-ready code

/* CSS */
color: #f2e5cf;
background-color: #f2e5cf;
/* Tailwind (arbitrary) */
class="text-[#f2e5cf] bg-[#f2e5cf]"
/* SCSS */
$brand: #f2e5cf;
/* SwiftUI */
Color(red: 0.949, green: 0.898, blue: 0.812)
/* Android */
Color.parseColor("#f2e5cf")
/* Flutter */
Color(0xFFF2E5CF)
/* Python / OpenCV (BGR) */
(207, 229, 242)

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

Accessibility — WCAG contrast

Aa
#f2e5cf on white: 1.24:1
AA ✗ fail · AA-large · AAA
Aa
#f2e5cf on black: 16.88:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EBE4CE
deuteranopia · #EEE8D0
tritanopia · #F9E1DF

Color scale — 50 to 950

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

#FBF8F4
#F7F1E9
#f2e5cf
#E7CFA7
#DBB77B
#CF9F4E
#C18C34
#A1752B
#805E23
#5E451D
#3A2B12
Base = 200Lightest = 50 · #FBF8F4Darkest = 950 · #3A2B12
:root {
  --brand-50: #FBF8F4;
  --brand-100: #F7F1E9;
  --brand-200: #f2e5cf;
  --brand-300: #E7CFA7;
  --brand-400: #DBB77B;
  --brand-500: #CF9F4E;
  --brand-600: #C18C34;
  --brand-700: #A1752B;
  --brand-800: #805E23;
  --brand-900: #5E451D;
  --brand-950: #3A2B12;
  --brand: #f2e5cf;
  --brand-ink: #000000;
}

Colors that work with #f2e5cf

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#EDDCC0
Hairlines and dividers
Muted text#9B7D4B
Captions on the surface
Accent#2875A4
Second voice, not a rival
Dark variant#64491B
Hover, pressed, headers
Light variant#FAF4EB
Selected rows, tints
Dark surface#241E14
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 #f2e5cf

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
  • 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#CFDCF2
Analogous left#F2D3CF
Analogous right#EDF2CF
Split-complement 1#CFEDF2
Split-complement 2#D3CFF2
Triadic 1#CFF2E5
Triadic 2#E5CFF2
Tetradic#CFF2D3

RGB percentages

Red94.9%
Green89.8%
Blue81.2%

CMYK percentages

Cyan0.0%
Magenta5.4%
Yellow14.5%
Key (black)5.1%

Color previews

#f2e5cf text on a black background

contrast 16.88:1

Card sample

#f2e5cf text on a white background

contrast 1.24:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f2e5cf

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.

#f2e5cf in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
E-commerceFood deliveryLogisticsCreator tools
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#f2e5cf, answered

What color is #f2e5cf?

#f2e5cf is a pale vivid orange, closest to Antique White (ΔE2000 2). It sits at 38° on the hue wheel with 57% saturation and 88% lightness, which reads as warm.

What is the RGB value of #f2e5cf?

rgb(242, 229, 207) — 242 red, 229 green and 207 blue out of 255, or 94.9% / 89.8% / 81.2% by channel.

Is #f2e5cf a light or a dark color?

It is a light color. Relative luminance is 0.7942 and perceived brightness is 90%, so black text on it reaches 16.88:1.

Should I use black or white text on #f2e5cf?

Black. It scores 16.88:1 against #f2e5cf, versus 1.24:1 for white — AAA at any size.

What is the complementary color of #f2e5cf?

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

What colors go well with #f2e5cf?

For interface work: #FAF8F4 as the surface, #EDDCC0 for borders, #9B7D4B for secondary text, #2875A4 as an accent and #64491B for hover and pressed states. For a palette, the analogous pair #F2D3CF and #EDF2CF stays calm, while #CFDCF2 is the loudest partner.

What is #f2e5cf in CMYK for printing?

cmyk(0%, 5%, 15%, 5%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #f2e5cf warm or cool?

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

Work with #f2e5cf in the Color Lab