Skip to content

#f0c8af

a light, vivid orange · warm · closest name: Peach Puff

RGB
240, 200, 175
HSL
23°, 68%, 81%
CMYK
0, 17, 27, 6
Luminance
0.6293

At a glance

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

Hex
#f0c8af
Hue
23°
orange
Saturation
68%
vivid
Lightness
81%
light
Brightness
94%
HSV value
Perceived
82%
weighted brightness
Luminance
0.6293
WCAG relative
Temperature
Warm
4/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
13.59:1
Closest name
Peach Puff
ΔE2000 5.2
Where it sits
Hue23° of 360°
Saturation68%
Lightness81%
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#f0c8af
RGBrgb(240, 200, 175)
HSLhsl(23, 68%, 81%)
CMYKcmyk(0%, 17%, 27%, 6%)
LABlab(83.4 10.5 17.8)
LCHlch(83.4 20.7 59.4)
OKLCHoklch(0.861 0.057 53.8)
Decimal15780015
Display P3color(display-p3 0.941 0.784 0.686)

Copy-ready code

/* CSS */
color: #f0c8af;
background-color: #f0c8af;
/* Tailwind (arbitrary) */
class="text-[#f0c8af] bg-[#f0c8af]"
/* SCSS */
$brand: #f0c8af;
/* SwiftUI */
Color(red: 0.941, green: 0.784, blue: 0.686)
/* Android */
Color.parseColor("#f0c8af")
/* Flutter */
Color(0xFFF0C8AF)
/* Python / OpenCV (BGR) */
(175, 200, 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 #f0c8af · 13.59:1
Use #000000AAA at every size.
Aa
White text · 1.55:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.59:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #f0c8af as text scores 1.55:1 on white and 13.59:1 on black.

Accessibility — WCAG contrast

Aa
#f0c8af on white: 1.55:1
AA ✗ fail · AA-large · AAA
Aa
#f0c8af on black: 13.59:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D3CBAD
deuteranopia · #DDD3AF
tritanopia · #FCC1C1

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #f0c8af is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FBF6F3
#F8EEE8
#F2D9CA
#f0c8af
#E49E71
#DC7D42
#CE6727
#AC5620
#89451A
#643417
#3E210E
Base = 300Lightest = 50 · #FBF6F3Darkest = 950 · #3E210E
:root {
  --brand-50: #FBF6F3;
  --brand-100: #F8EEE8;
  --brand-200: #F2D9CA;
  --brand-300: #f0c8af;
  --brand-400: #E49E71;
  --brand-500: #DC7D42;
  --brand-600: #CE6727;
  --brand-700: #AC5620;
  --brand-800: #89451A;
  --brand-900: #643417;
  --brand-950: #3E210E;
  --brand: #f0c8af;
  --brand-ink: #000000;
}

Colors that work with #f0c8af

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#EDD1C0
Hairlines and dividers
Muted text#9B6A4B
Captions on the surface
Accent#1C9DB0
Second voice, not a rival
Dark variant#6B3614
Hover, pressed, headers
Light variant#FBF0EA
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 #f0c8af

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#AFD7F0
Analogous left#F0AFB7
Analogous right#F0E9AF
Split-complement 1#AFF0E9
Split-complement 2#AFB7F0
Triadic 1#AFF0C8
Triadic 2#C8AFF0
Tetradic#B7F0AF

RGB percentages

Red94.1%
Green78.4%
Blue68.6%

CMYK percentages

Cyan0.0%
Magenta16.7%
Yellow27.1%
Key (black)5.9%

Color previews

#f0c8af text on a black background

contrast 13.59:1

Card sample

#f0c8af text on a white background

contrast 1.55:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f0c8af

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.

#f0c8af 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

Converts to four-color process without much drama. Proof it anyway.

#f0c8af, answered

What color is #f0c8af?

#f0c8af is a light vivid orange, closest to Peach Puff (ΔE2000 5.2). It sits at 23° on the hue wheel with 68% saturation and 81% lightness, which reads as warm.

What is the RGB value of #f0c8af?

rgb(240, 200, 175) — 240 red, 200 green and 175 blue out of 255, or 94.1% / 78.4% / 68.6% by channel.

Is #f0c8af a light or a dark color?

It is a light color. Relative luminance is 0.6293 and perceived brightness is 82%, so black text on it reaches 13.59:1.

Should I use black or white text on #f0c8af?

Black. It scores 13.59:1 against #f0c8af, versus 1.55:1 for white — AAA at any size.

What is the complementary color of #f0c8af?

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

What colors go well with #f0c8af?

For interface work: #FAF7F4 as the surface, #EDD1C0 for borders, #9B6A4B for secondary text, #1C9DB0 as an accent and #6B3614 for hover and pressed states. For a palette, the analogous pair #F0AFB7 and #F0E9AF stays calm, while #AFD7F0 is the loudest partner.

What is #f0c8af in CMYK for printing?

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

Is #f0c8af 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 #F4D8C5; nudged cooler, #F1AFAE.

Work with #f0c8af in the Color Lab