Skip to content

#f6cdb5

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

RGB
246, 205, 181
HSL
22°, 78%, 84%
CMYK
0, 17, 26, 4
Luminance
0.6659

At a glance

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

Hex
#f6cdb5
Hue
22°
orange
Saturation
78%
electric
Lightness
84%
light
Brightness
96%
HSV value
Perceived
85%
weighted brightness
Luminance
0.6659
WCAG relative
Temperature
Warm
4/100 cool
Color family
Orange
Tone
Electric
Best ink
Black
14.32:1
Closest name
Peach Puff
ΔE2000 4.9
Where it sits
Hue22° of 360°
Saturation78%
Lightness84%
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#f6cdb5
RGBrgb(246, 205, 181)
HSLhsl(22, 78%, 84%)
CMYKcmyk(0%, 17%, 26%, 4%)
LABlab(85.3 10.9 17.4)
LCHlch(85.3 20.5 57.8)
OKLCHoklch(0.877 0.057 52.0)
Decimal16174517
Display P3color(display-p3 0.965 0.804 0.710)

Copy-ready code

/* CSS */
color: #f6cdb5;
background-color: #f6cdb5;
/* Tailwind (arbitrary) */
class="text-[#f6cdb5] bg-[#f6cdb5]"
/* SCSS */
$brand: #f6cdb5;
/* SwiftUI */
Color(red: 0.965, green: 0.804, blue: 0.710)
/* Android */
Color.parseColor("#f6cdb5")
/* Flutter */
Color(0xFFF6CDB5)
/* Python / OpenCV (BGR) */
(181, 205, 246)

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

Accessibility — WCAG contrast

Aa
#f6cdb5 on white: 1.47:1
AA ✗ fail · AA-large · AAA
Aa
#f6cdb5 on black: 14.32:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D8D0B3
deuteranopia · #E2D9B5
tritanopia · #FFC6C6

Color scale — 50 to 950

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

#FCF6F3
#F9EDE6
#f6cdb5
#F3BB9B
#ED9A69
#E77837
#DA611B
#B65116
#914112
#693211
#421F0B
Base = 200Lightest = 50 · #FCF6F3Darkest = 950 · #421F0B
:root {
  --brand-50: #FCF6F3;
  --brand-100: #F9EDE6;
  --brand-200: #f6cdb5;
  --brand-300: #F3BB9B;
  --brand-400: #ED9A69;
  --brand-500: #E77837;
  --brand-600: #DA611B;
  --brand-700: #B65116;
  --brand-800: #914112;
  --brand-900: #693211;
  --brand-950: #421F0B;
  --brand: #f6cdb5;
  --brand-ink: #000000;
}

Colors that work with #f6cdb5

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#EDD0C0
Hairlines and dividers
Muted text#9B684B
Captions on the surface
Accent#11A5BB
Second voice, not a rival
Dark variant#72330E
Hover, pressed, headers
Light variant#FCF0E8
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 #f6cdb5

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#B5DEF6
Analogous left#F6B5BD
Analogous right#F6EEB5
Split-complement 1#B5F6EE
Split-complement 2#B5BDF6
Triadic 1#B5F6CD
Triadic 2#CDB5F6
Tetradic#BDF6B5

RGB percentages

Red96.5%
Green80.4%
Blue71.0%

CMYK percentages

Cyan0.0%
Magenta16.7%
Yellow26.4%
Key (black)3.5%

Color previews

#f6cdb5 text on a black background

contrast 14.32:1

Card sample

#f6cdb5 text on a white background

contrast 1.47:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(246, 205, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 205, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cdb5;
background: linear-gradient(135deg, #f6cdb5, #F4F6B5);

Monochromatic scale

Palettes built from #f6cdb5

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.

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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#f6cdb5, answered

What color is #f6cdb5?

#f6cdb5 is a light electric orange, closest to Peach Puff (ΔE2000 4.9). It sits at 22° on the hue wheel with 78% saturation and 84% lightness, which reads as warm.

What is the RGB value of #f6cdb5?

rgb(246, 205, 181) — 246 red, 205 green and 181 blue out of 255, or 96.5% / 80.4% / 71% by channel.

Is #f6cdb5 a light or a dark color?

It is a light color. Relative luminance is 0.6659 and perceived brightness is 85%, so black text on it reaches 14.32:1.

Should I use black or white text on #f6cdb5?

Black. It scores 14.32:1 against #f6cdb5, versus 1.47:1 for white — AAA at any size.

What is the complementary color of #f6cdb5?

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

What colors go well with #f6cdb5?

For interface work: #FAF7F4 as the surface, #EDD0C0 for borders, #9B684B for secondary text, #11A5BB as an accent and #72330E for hover and pressed states. For a palette, the analogous pair #F6B5BD and #F6EEB5 stays calm, while #B5DEF6 is the loudest partner.

What is #f6cdb5 in CMYK for printing?

cmyk(0%, 17%, 26%, 4%). 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 #f6cdb5 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 #F9DECC; nudged cooler, #F7B4B4.

Work with #f6cdb5 in the Color Lab