Skip to content

#f0dccf

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

RGB
240, 220, 207
HSL
24°, 52%, 88%
CMYK
0, 8, 14, 6
Luminance
0.7422

At a glance

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

Hex
#f0dccf
Hue
24°
orange
Saturation
52%
vivid
Lightness
88%
pale
Brightness
94%
HSV value
Perceived
88%
weighted brightness
Luminance
0.7422
WCAG relative
Temperature
Warm
4/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
15.84:1
Closest name
Antique White
ΔE2000 5.4
Where it sits
Hue24° of 360°
Saturation52%
Lightness88%
Temperature
Warm ← → Cool4% 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#f0dccf
RGBrgb(240, 220, 207)
HSLhsl(24, 52%, 88%)
CMYKcmyk(0%, 8%, 14%, 6%)
LABlab(89.0 4.8 8.9)
LCHlch(89.0 10.1 61.8)
OKLCHoklch(0.907 0.028 55.3)
Decimal15785167
Display P3color(display-p3 0.941 0.863 0.812)

Copy-ready code

/* CSS */
color: #f0dccf;
background-color: #f0dccf;
/* Tailwind (arbitrary) */
class="text-[#f0dccf] bg-[#f0dccf]"
/* SCSS */
$brand: #f0dccf;
/* SwiftUI */
Color(red: 0.941, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#f0dccf")
/* Flutter */
Color(0xFFF0DCCF)
/* Python / OpenCV (BGR) */
(207, 220, 240)

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

Accessibility — WCAG contrast

Aa
#f0dccf on white: 1.33:1
AA ✗ fail · AA-large · AAA
Aa
#f0dccf on black: 15.84:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E2DDCE
deuteranopia · #E6E1CF
tritanopia · #F7D8D8

Color scale — 50 to 950

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

#FAF7F4
#F6EEE9
#f0dccf
#E4C1AA
#D7A17F
#CA8254
#BB6D3A
#9B5B31
#7C4827
#5B3720
#392214
Base = 200Lightest = 50 · #FAF7F4Darkest = 950 · #392214
:root {
  --brand-50: #FAF7F4;
  --brand-100: #F6EEE9;
  --brand-200: #f0dccf;
  --brand-300: #E4C1AA;
  --brand-400: #D7A17F;
  --brand-500: #CA8254;
  --brand-600: #BB6D3A;
  --brand-700: #9B5B31;
  --brand-800: #7C4827;
  --brand-900: #5B3720;
  --brand-950: #392214;
  --brand: #f0dccf;
  --brand-ink: #000000;
}

Colors that work with #f0dccf

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#FAF7F4
Tinted page background
Border#ECD2C1
Hairlines and dividers
Muted text#9B6A4B
Captions on the surface
Accent#2D8E9F
Second voice, not a rival
Dark variant#61391E
Hover, pressed, headers
Light variant#F9F1EC
Selected rows, tints
Dark surface#241A14
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 #f0dccf

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#CFE3F0
Analogous left#F0CFD2
Analogous right#F0ECCF
Split-complement 1#CFF0EC
Split-complement 2#CFD2F0
Triadic 1#CFF0DC
Triadic 2#DCCFF0
Tetradic#D2F0CF

RGB percentages

Red94.1%
Green86.3%
Blue81.2%

CMYK percentages

Cyan0.0%
Magenta8.3%
Yellow13.7%
Key (black)5.9%

Color previews

#f0dccf text on a black background

contrast 15.84:1

Card sample

#f0dccf text on a white background

contrast 1.33:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f0dccf

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.

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

#f0dccf, answered

What color is #f0dccf?

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

What is the RGB value of #f0dccf?

rgb(240, 220, 207) — 240 red, 220 green and 207 blue out of 255, or 94.1% / 86.3% / 81.2% by channel.

Is #f0dccf a light or a dark color?

It is a light color. Relative luminance is 0.7422 and perceived brightness is 88%, so black text on it reaches 15.84:1.

Should I use black or white text on #f0dccf?

Black. It scores 15.84:1 against #f0dccf, versus 1.33:1 for white — AAA at any size.

What is the complementary color of #f0dccf?

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

What colors go well with #f0dccf?

For interface work: #FAF7F4 as the surface, #ECD2C1 for borders, #9B6A4B for secondary text, #2D8E9F as an accent and #61391E for hover and pressed states. For a palette, the analogous pair #F0CFD2 and #F0ECCF stays calm, while #CFE3F0 is the loudest partner.

What is #f0dccf in CMYK for printing?

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

Is #f0dccf warm or cool?

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

Work with #f0dccf in the Color Lab