Skip to content

#f4d8eb

a pale, vivid magenta / pink · warm · closest name: Thistle

RGB
244, 216, 235
HSL
319°, 56%, 90%
CMYK
0, 12, 4, 4
Luminance
0.7434

At a glance

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

Hex
#f4d8eb
Hue
319°
magenta / pink
Saturation
56%
vivid
Lightness
90%
pale
Brightness
96%
HSV value
Perceived
89%
weighted brightness
Luminance
0.7434
WCAG relative
Temperature
Warm
39/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
15.87:1
Closest name
Thistle
ΔE2000 6.4
Where it sits
Hue319° of 360°
Saturation56%
Lightness90%
Temperature
Warm ← → Cool39% 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#f4d8eb
RGBrgb(244, 216, 235)
HSLhsl(319, 56%, 90%)
CMYKcmyk(0%, 12%, 4%, 4%)
LABlab(89.1 12.9 -5.7)
LCHlch(89.1 14.1 336.0)
OKLCHoklch(0.911 0.040 337.6)
Decimal16046315
Display P3color(display-p3 0.957 0.847 0.922)

Copy-ready code

/* CSS */
color: #f4d8eb;
background-color: #f4d8eb;
/* Tailwind (arbitrary) */
class="text-[#f4d8eb] bg-[#f4d8eb]"
/* SCSS */
$brand: #f4d8eb;
/* SwiftUI */
Color(red: 0.957, green: 0.847, blue: 0.922)
/* Android */
Color.parseColor("#f4d8eb")
/* Flutter */
Color(0xFFF4D8EB)
/* Python / OpenCV (BGR) */
(235, 216, 244)

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

Accessibility — WCAG contrast

Aa
#f4d8eb on white: 1.32:1
AA ✗ fail · AA-large · AAA
Aa
#f4d8eb on black: 15.87:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D9DDEC
deuteranopia · #DEE1EA
tritanopia · #F8D9DE

Color scale — 50 to 950

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

#FBF4F9
#F6E9F2
#f4d8eb
#E6A7D2
#DA7CBC
#CE50A5
#BF3693
#9F2D7A
#7F2462
#5D1E48
#3A132D
Base = 200Lightest = 50 · #FBF4F9Darkest = 950 · #3A132D
:root {
  --brand-50: #FBF4F9;
  --brand-100: #F6E9F2;
  --brand-200: #f4d8eb;
  --brand-300: #E6A7D2;
  --brand-400: #DA7CBC;
  --brand-500: #CE50A5;
  --brand-600: #BF3693;
  --brand-700: #9F2D7A;
  --brand-800: #7F2462;
  --brand-900: #5D1E48;
  --brand-950: #3A132D;
  --brand: #f4d8eb;
  --brand-ink: #000000;
}

Colors that work with #f4d8eb

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#FAF4F8
Tinted page background
Border#EDC0DE
Hairlines and dividers
Muted text#9B4B81
Captions on the surface
Accent#29A331
Second voice, not a rival
Dark variant#631C4C
Hover, pressed, headers
Light variant#F9EBF5
Selected rows, tints
Dark surface#24141F
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 #f4d8eb

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#D8F4E1
Analogous left#EFD8F4
Analogous right#F4D8DD
Split-complement 1#DDF4D8
Split-complement 2#D8F4EF
Triadic 1#EBF4D8
Triadic 2#D8EBF4
Tetradic#F4EFD8

RGB percentages

Red95.7%
Green84.7%
Blue92.2%

CMYK percentages

Cyan0.0%
Magenta11.5%
Yellow3.7%
Key (black)4.3%

Color previews

#f4d8eb text on a black background

contrast 15.87:1

Card sample

#f4d8eb text on a white background

contrast 1.32:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f4d8eb

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.

#f4d8eb 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
SurfacesBadgesHighlightsEmpty states
Print note

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

#f4d8eb, answered

What color is #f4d8eb?

#f4d8eb is a pale vivid magenta / pink, closest to Thistle (ΔE2000 6.4). It sits at 319° on the hue wheel with 56% saturation and 90% lightness, which reads as warm.

What is the RGB value of #f4d8eb?

rgb(244, 216, 235) — 244 red, 216 green and 235 blue out of 255, or 95.7% / 84.7% / 92.2% by channel.

Is #f4d8eb a light or a dark color?

It is a light color. Relative luminance is 0.7434 and perceived brightness is 89%, so black text on it reaches 15.87:1.

Should I use black or white text on #f4d8eb?

Black. It scores 15.87:1 against #f4d8eb, versus 1.32:1 for white — AAA at any size.

What is the complementary color of #f4d8eb?

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

What colors go well with #f4d8eb?

For interface work: #FAF4F8 as the surface, #EDC0DE for borders, #9B4B81 for secondary text, #29A331 as an accent and #631C4C for hover and pressed states. For a palette, the analogous pair #EFD8F4 and #F4D8DD stays calm, while #D8F4E1 is the loudest partner.

What is #f4d8eb in CMYK for printing?

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

Is #f4d8eb warm or cool?

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

Work with #f4d8eb in the Color Lab