Skip to content

#f2d1eb

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

RGB
242, 209, 235
HSL
313°, 56%, 88%
CMYK
0, 14, 3, 5
Luminance
0.7048

At a glance

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

Hex
#f2d1eb
Hue
313°
magenta / pink
Saturation
56%
vivid
Lightness
88%
pale
Brightness
95%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7048
WCAG relative
Temperature
Neutral
43/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
15.10:1
Closest name
Thistle
ΔE2000 5.2
Where it sits
Hue313° of 360°
Saturation56%
Lightness88%
Temperature
Warm ← → Cool43% 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#f2d1eb
RGBrgb(242, 209, 235)
HSLhsl(313, 56%, 88%)
CMYKcmyk(0%, 14%, 3%, 5%)
LABlab(87.2 15.9 -8.5)
LCHlch(87.2 18.0 331.8)
OKLCHoklch(0.896 0.050 333.3)
Decimal15913451
Display P3color(display-p3 0.949 0.820 0.922)

Copy-ready code

/* CSS */
color: #f2d1eb;
background-color: #f2d1eb;
/* Tailwind (arbitrary) */
class="text-[#f2d1eb] bg-[#f2d1eb]"
/* SCSS */
$brand: #f2d1eb;
/* SwiftUI */
Color(red: 0.949, green: 0.820, blue: 0.922)
/* Android */
Color.parseColor("#f2d1eb")
/* Flutter */
Color(0xFFF2D1EB)
/* Python / OpenCV (BGR) */
(235, 209, 242)

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

Accessibility — WCAG contrast

Aa
#f2d1eb on white: 1.39:1
AA ✗ fail · AA-large · AAA
Aa
#f2d1eb on black: 15.10:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D1D8EC
deuteranopia · #D8DCEA
tritanopia · #F6D2DA

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #f2d1eb 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
#F6E9F4
#f2d1eb
#E6A8D9
#DA7CC6
#CE50B3
#BF36A2
#9F2D87
#7F246C
#5D1E4F
#3A1332
Base = 200Lightest = 50 · #FBF4F9Darkest = 950 · #3A1332
:root {
  --brand-50: #FBF4F9;
  --brand-100: #F6E9F4;
  --brand-200: #f2d1eb;
  --brand-300: #E6A8D9;
  --brand-400: #DA7CC6;
  --brand-500: #CE50B3;
  --brand-600: #BF36A2;
  --brand-700: #9F2D87;
  --brand-800: #7F246C;
  --brand-900: #5D1E4F;
  --brand-950: #3A1332;
  --brand: #f2d1eb;
  --brand-ink: #000000;
}

Colors that work with #f2d1eb

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#FAF4F9
Tinted page background
Border#EDC0E3
Hairlines and dividers
Muted text#9B4B8A
Captions on the surface
Accent#2DA22A
Second voice, not a rival
Dark variant#631C54
Hover, pressed, headers
Light variant#F9EBF6
Selected rows, tints
Dark surface#241421
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 #f2d1eb

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#D1F2D8
Analogous left#E8D1F2
Analogous right#F2D1DA
Split-complement 1#DAF2D1
Split-complement 2#D1F2E8
Triadic 1#EBF2D1
Triadic 2#D1EBF2
Tetradic#F2E8D1

RGB percentages

Red94.9%
Green82.0%
Blue92.2%

CMYK percentages

Cyan0.0%
Magenta13.6%
Yellow2.9%
Key (black)5.1%

Color previews

#f2d1eb text on a black background

contrast 15.10:1

Card sample

#f2d1eb text on a white background

contrast 1.39:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f2d1eb

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.

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

#f2d1eb, answered

What color is #f2d1eb?

#f2d1eb is a pale vivid magenta / pink, closest to Thistle (ΔE2000 5.2). It sits at 313° on the hue wheel with 56% saturation and 88% lightness, which reads as neutral.

What is the RGB value of #f2d1eb?

rgb(242, 209, 235) — 242 red, 209 green and 235 blue out of 255, or 94.9% / 82% / 92.2% by channel.

Is #f2d1eb a light or a dark color?

It is a light color. Relative luminance is 0.7048 and perceived brightness is 87%, so black text on it reaches 15.10:1.

Should I use black or white text on #f2d1eb?

Black. It scores 15.10:1 against #f2d1eb, versus 1.39:1 for white — AAA at any size.

What is the complementary color of #f2d1eb?

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

What colors go well with #f2d1eb?

For interface work: #FAF4F9 as the surface, #EDC0E3 for borders, #9B4B8A for secondary text, #2DA22A as an accent and #631C54 for hover and pressed states. For a palette, the analogous pair #E8D1F2 and #F2D1DA stays calm, while #D1F2D8 is the loudest partner.

What is #f2d1eb in CMYK for printing?

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

Is #f2d1eb warm or cool?

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

Work with #f2d1eb in the Color Lab