Skip to content

#f5d2f2

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

RGB
245, 210, 242
HSL
305°, 64%, 89%
CMYK
0, 14, 1, 4
Luminance
0.7192

At a glance

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

Hex
#f5d2f2
Hue
305°
magenta / pink
Saturation
64%
vivid
Lightness
89%
pale
Brightness
96%
HSV value
Perceived
88%
weighted brightness
Luminance
0.7192
WCAG relative
Temperature
Neutral
47/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
15.38:1
Closest name
Thistle
ΔE2000 6
Where it sits
Hue305° of 360°
Saturation64%
Lightness89%
Temperature
Warm ← → Cool47% 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#f5d2f2
RGBrgb(245, 210, 242)
HSLhsl(305, 64%, 89%)
CMYKcmyk(0%, 14%, 1%, 4%)
LABlab(87.9 17.6 -11.1)
LCHlch(87.9 20.8 327.7)
OKLCHoklch(0.903 0.057 328.8)
Decimal16110322
Display P3color(display-p3 0.961 0.824 0.949)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#f5d2f2 on white: 1.37:1
AA ✗ fail · AA-large · AAA
Aa
#f5d2f2 on black: 15.38:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D1DAF3
deuteranopia · #D8DEF1
tritanopia · #F8D4DD

Color scale — 50 to 950

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

#FBF4FA
#F7E8F6
#f5d2f2
#EBA3E5
#E075D7
#D647CA
#C82DBB
#A7259C
#851E7D
#61195B
#3D1039
Base = 200Lightest = 50 · #FBF4FADarkest = 950 · #3D1039
:root {
  --brand-50: #FBF4FA;
  --brand-100: #F7E8F6;
  --brand-200: #f5d2f2;
  --brand-300: #EBA3E5;
  --brand-400: #E075D7;
  --brand-500: #D647CA;
  --brand-600: #C82DBB;
  --brand-700: #A7259C;
  --brand-800: #851E7D;
  --brand-900: #61195B;
  --brand-950: #3D1039;
  --brand: #f5d2f2;
  --brand-ink: #000000;
}

Colors that work with #f5d2f2

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#FAF4FA
Tinted page background
Border#EDC0E9
Hairlines and dividers
Muted text#9B4B94
Captions on the surface
Accent#38AB21
Second voice, not a rival
Dark variant#681761
Hover, pressed, headers
Light variant#FAEAF9
Selected rows, tints
Dark surface#241423
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 #f5d2f2

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#D2F5D5
Analogous left#E6D2F5
Analogous right#F5D2E0
Split-complement 1#E0F5D2
Split-complement 2#D2F5E6
Triadic 1#F2F5D2
Triadic 2#D2F2F5
Tetradic#F5E6D2

RGB percentages

Red96.1%
Green82.4%
Blue94.9%

CMYK percentages

Cyan0.0%
Magenta14.3%
Yellow1.2%
Key (black)3.9%

Color previews

#f5d2f2 text on a black background

contrast 15.38:1

Card sample

#f5d2f2 text on a white background

contrast 1.37:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f5d2f2

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.

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

#f5d2f2, answered

What color is #f5d2f2?

#f5d2f2 is a pale vivid magenta / pink, closest to Thistle (ΔE2000 6). It sits at 305° on the hue wheel with 64% saturation and 89% lightness, which reads as neutral.

What is the RGB value of #f5d2f2?

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

Is #f5d2f2 a light or a dark color?

It is a light color. Relative luminance is 0.7192 and perceived brightness is 88%, so black text on it reaches 15.38:1.

Should I use black or white text on #f5d2f2?

Black. It scores 15.38:1 against #f5d2f2, versus 1.37:1 for white — AAA at any size.

What is the complementary color of #f5d2f2?

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

What colors go well with #f5d2f2?

For interface work: #FAF4FA as the surface, #EDC0E9 for borders, #9B4B94 for secondary text, #38AB21 as an accent and #681761 for hover and pressed states. For a palette, the analogous pair #E6D2F5 and #F5D2E0 stays calm, while #D2F5D5 is the loudest partner.

What is #f5d2f2 in CMYK for printing?

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

Is #f5d2f2 warm or cool?

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

Work with #f5d2f2 in the Color Lab