Skip to content

#f5f2f4

a pale, muted magenta / pink · neutral · closest name: White Smoke

RGB
245, 242, 244
HSL
320°, 13%, 96%
CMYK
0, 1, 0, 4
Luminance
0.8945

At a glance

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

Hex
#f5f2f4
Hue
320°
magenta / pink
Saturation
13%
muted
Lightness
96%
pale
Brightness
96%
HSV value
Perceived
95%
weighted brightness
Luminance
0.8945
WCAG relative
Temperature
Neutral
46/100 cool
Color family
Magenta / pink
Tone
Muted
Best ink
Black
18.89:1
Closest name
White Smoke
ΔE2000 2.1
Where it sits
Hue320° of 360°
Saturation13%
Lightness96%
Temperature
Warm ← → Cool46% cool

Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#f5f2f4
RGBrgb(245, 242, 244)
HSLhsl(320, 13%, 96%)
CMYKcmyk(0%, 1%, 0%, 4%)
LABlab(95.8 1.4 -0.6)
LCHlch(95.8 1.5 335.7)
OKLCHoklch(0.964 0.004 337.4)
Decimal16118516
Display P3color(display-p3 0.961 0.949 0.957)

Copy-ready code

/* CSS */
color: #f5f2f4;
background-color: #f5f2f4;
/* Tailwind (arbitrary) */
class="text-[#f5f2f4] bg-[#f5f2f4]"
/* SCSS */
$brand: #f5f2f4;
/* SwiftUI */
Color(red: 0.961, green: 0.949, blue: 0.957)
/* Android */
Color.parseColor("#f5f2f4")
/* Flutter */
Color(0xFFF5F2F4)
/* Python / OpenCV (BGR) */
(244, 242, 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 #f5f2f4 · 18.89:1
Use #000000AAA at every size.
Aa
White text · 1.11:1
AA fail · AA large fail · AAA fail
Aa
Black text · 18.89:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #f5f2f4 as text scores 1.11:1 on white and 18.89:1 on black.

Accessibility — WCAG contrast

Aa
#f5f2f4 on white: 1.11:1
AA ✗ fail · AA-large · AAA
Aa
#f5f2f4 on black: 18.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F2F3F4
deuteranopia · #F3F3F4
tritanopia · #F5F2F3

Color scale — 50 to 950

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

#f5f2f4
#F1EEF0
#E2DADF
#CEC0C9
#B6A0AE
#9D8094
#8A6A80
#73596A
#5C4755
#453640
#2B2228
Base = 50Lightest = 50 · #f5f2f4Darkest = 950 · #2B2228
:root {
  --brand-50: #f5f2f4;
  --brand-100: #F1EEF0;
  --brand-200: #E2DADF;
  --brand-300: #CEC0C9;
  --brand-400: #B6A0AE;
  --brand-500: #9D8094;
  --brand-600: #8A6A80;
  --brand-700: #73596A;
  --brand-800: #5C4755;
  --brand-900: #453640;
  --brand-950: #2B2228;
  --brand: #f5f2f4;
  --brand-ink: #000000;
}

Colors that work with #f5f2f4

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#F8F6F8
Tinted page background
Border#DCD1D8
Hairlines and dividers
Muted text#826478
Captions on the surface
Accent#597359
Second voice, not a rival
Dark variant#483743
Hover, pressed, headers
Light variant#F4F1F3
Selected rows, tints
Dark surface#20181D
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 #f5f2f4

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Borders, dividers and quiet backgrounds
  • Long-form reading surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • 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#F2F5F3
Analogous left#F5F2F5
Analogous right#F5F2F3
Split-complement 1#F3F5F2
Split-complement 2#F2F5F5
Triadic 1#F4F5F2
Triadic 2#F2F4F5
Tetradic#F5F5F2

RGB percentages

Red96.1%
Green94.9%
Blue95.7%

CMYK percentages

Cyan0.0%
Magenta1.2%
Yellow0.4%
Key (black)3.9%

Color previews

#f5f2f4 text on a black background

contrast 18.89:1

Card sample

#f5f2f4 text on a white background

contrast 1.11:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f5f2f4

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.

#f5f2f4 in the real world

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

Industries
BeautyFashionLifestyleYouth brands
Common UI roles
BackgroundsBordersBody textDividers
Print note

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

#f5f2f4, answered

What color is #f5f2f4?

#f5f2f4 is a pale muted magenta / pink, closest to White Smoke (ΔE2000 2.1). It sits at 320° on the hue wheel with 13% saturation and 96% lightness, which reads as neutral.

What is the RGB value of #f5f2f4?

rgb(245, 242, 244) — 245 red, 242 green and 244 blue out of 255, or 96.1% / 94.9% / 95.7% by channel.

Is #f5f2f4 a light or a dark color?

It is a light color. Relative luminance is 0.8945 and perceived brightness is 95%, so black text on it reaches 18.89:1.

Should I use black or white text on #f5f2f4?

Black. It scores 18.89:1 against #f5f2f4, versus 1.11:1 for white — AAA at any size.

What is the complementary color of #f5f2f4?

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

What colors go well with #f5f2f4?

For interface work: #F8F6F8 as the surface, #DCD1D8 for borders, #826478 for secondary text, #597359 as an accent and #483743 for hover and pressed states. For a palette, the analogous pair #F5F2F5 and #F5F2F3 stays calm, while #F2F5F3 is the loudest partner.

What is #f5f2f4 in CMYK for printing?

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

Is #f5f2f4 warm or cool?

Neutral — it scores 46 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F5F2F3; nudged cooler, #F5F2F5.

Work with #f5f2f4 in the Color Lab