Skip to content

#f5e9df

a pale, vivid orange · warm · closest name: Linen

RGB
245, 233, 223
HSL
27°, 52%, 92%
CMYK
0, 5, 9, 4
Luminance
0.8302

At a glance

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

Hex
#f5e9df
Hue
27°
orange
Saturation
52%
vivid
Lightness
92%
pale
Brightness
96%
HSV value
Perceived
92%
weighted brightness
Luminance
0.8302
WCAG relative
Temperature
Warm
1/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
17.60:1
Closest name
Linen
ΔE2000 1.7
Where it sits
Hue27° of 360°
Saturation52%
Lightness92%
Temperature
Warm ← → Cool1% 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#f5e9df
RGBrgb(245, 233, 223)
HSLhsl(27, 52%, 92%)
CMYKcmyk(0%, 5%, 9%, 4%)
LABlab(93.0 2.4 6.3)
LCHlch(93.0 6.7 69.3)
OKLCHoklch(0.941 0.019 62.4)
Decimal16116191
Display P3color(display-p3 0.961 0.914 0.875)

Copy-ready code

/* CSS */
color: #f5e9df;
background-color: #f5e9df;
/* Tailwind (arbitrary) */
class="text-[#f5e9df] bg-[#f5e9df]"
/* SCSS */
$brand: #f5e9df;
/* SwiftUI */
Color(red: 0.961, green: 0.914, blue: 0.875)
/* Android */
Color.parseColor("#f5e9df")
/* Flutter */
Color(0xFFF5E9DF)
/* Python / OpenCV (BGR) */
(223, 233, 245)

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

Accessibility — WCAG contrast

Aa
#f5e9df on white: 1.19:1
AA ✗ fail · AA-large · AAA
Aa
#f5e9df on black: 17.60:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EDE9DE
deuteranopia · #F0ECDF
tritanopia · #FAE7E6

Color scale — 50 to 950

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

#FAF7F4
#f5e9df
#EDDCCF
#E4C4AA
#D7A77F
#CA8A54
#BB753A
#9B6131
#7C4E27
#5B3B20
#392514
Base = 100Lightest = 50 · #FAF7F4Darkest = 950 · #392514
:root {
  --brand-50: #FAF7F4;
  --brand-100: #f5e9df;
  --brand-200: #EDDCCF;
  --brand-300: #E4C4AA;
  --brand-400: #D7A77F;
  --brand-500: #CA8A54;
  --brand-600: #BB753A;
  --brand-700: #9B6131;
  --brand-800: #7C4E27;
  --brand-900: #5B3B20;
  --brand-950: #392514;
  --brand: #f5e9df;
  --brand-ink: #000000;
}

Colors that work with #f5e9df

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#ECD4C1
Hairlines and dividers
Muted text#9B6F4B
Captions on the surface
Accent#2C88A0
Second voice, not a rival
Dark variant#613D1E
Hover, pressed, headers
Light variant#F9F2EC
Selected rows, tints
Dark surface#241B14
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 #f5e9df

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#DFEBF5
Analogous left#F5DFE0
Analogous right#F5F4DF
Split-complement 1#DFF5F4
Split-complement 2#DFE0F5
Triadic 1#DFF5E9
Triadic 2#E9DFF5
Tetradic#E0F5DF

RGB percentages

Red96.1%
Green91.4%
Blue87.5%

CMYK percentages

Cyan0.0%
Magenta4.9%
Yellow9.0%
Key (black)3.9%

Color previews

#f5e9df text on a black background

contrast 17.60:1

Card sample

#f5e9df text on a white background

contrast 1.19:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(245, 233, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 233, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5e9df;
background: linear-gradient(135deg, #f5e9df, #F2F5DF);

Monochromatic scale

Palettes built from #f5e9df

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.

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

#f5e9df, answered

What color is #f5e9df?

#f5e9df is a pale vivid orange, closest to Linen (ΔE2000 1.7). It sits at 27° on the hue wheel with 52% saturation and 92% lightness, which reads as warm.

What is the RGB value of #f5e9df?

rgb(245, 233, 223) — 245 red, 233 green and 223 blue out of 255, or 96.1% / 91.4% / 87.5% by channel.

Is #f5e9df a light or a dark color?

It is a light color. Relative luminance is 0.8302 and perceived brightness is 92%, so black text on it reaches 17.60:1.

Should I use black or white text on #f5e9df?

Black. It scores 17.60:1 against #f5e9df, versus 1.19:1 for white — AAA at any size.

What is the complementary color of #f5e9df?

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

What colors go well with #f5e9df?

For interface work: #FAF7F4 as the surface, #ECD4C1 for borders, #9B6F4B for secondary text, #2C88A0 as an accent and #613D1E for hover and pressed states. For a palette, the analogous pair #F5DFE0 and #F5F4DF stays calm, while #DFEBF5 is the loudest partner.

What is #f5e9df in CMYK for printing?

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

Is #f5e9df warm or cool?

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

Work with #f5e9df in the Color Lab