Skip to content

#f5cfe1

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

RGB
245, 207, 225
HSL
332°, 66%, 89%
CMYK
0, 16, 8, 4
Luminance
0.6947

At a glance

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

Hex
#f5cfe1
Hue
332°
magenta / pink
Saturation
66%
vivid
Lightness
89%
pale
Brightness
96%
HSV value
Perceived
87%
weighted brightness
Luminance
0.6947
WCAG relative
Temperature
Warm
32/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
14.89:1
Closest name
Thistle
ΔE2000 6.3
Where it sits
Hue332° of 360°
Saturation66%
Lightness89%
Temperature
Warm ← → Cool32% 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#f5cfe1
RGBrgb(245, 207, 225)
HSLhsl(332, 66%, 89%)
CMYKcmyk(0%, 16%, 8%, 4%)
LABlab(86.7 16.2 -3.9)
LCHlch(86.7 16.7 346.5)
OKLCHoklch(0.892 0.049 347.9)
Decimal16109537
Display P3color(display-p3 0.961 0.812 0.882)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#f5cfe1 on white: 1.41:1
AA ✗ fail · AA-large · AAA
Aa
#f5cfe1 on black: 14.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D2D6E2
deuteranopia · #DADBE0
tritanopia · #FBCED5

Color scale — 50 to 950

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

#FBF3F7
#F8E8EF
#f5cfe1
#ECA2C5
#E274A8
#D8458B
#CB2A76
#A92362
#871C4F
#62183B
#3D0F25
Base = 200Lightest = 50 · #FBF3F7Darkest = 950 · #3D0F25
:root {
  --brand-50: #FBF3F7;
  --brand-100: #F8E8EF;
  --brand-200: #f5cfe1;
  --brand-300: #ECA2C5;
  --brand-400: #E274A8;
  --brand-500: #D8458B;
  --brand-600: #CB2A76;
  --brand-700: #A92362;
  --brand-800: #871C4F;
  --brand-900: #62183B;
  --brand-950: #3D0F25;
  --brand: #f5cfe1;
  --brand-ink: #000000;
}

Colors that work with #f5cfe1

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#FAF4F7
Tinted page background
Border#EDC0D5
Hairlines and dividers
Muted text#9B4B71
Captions on the surface
Accent#20AC46
Second voice, not a rival
Dark variant#6A163E
Hover, pressed, headers
Light variant#FBEAF2
Selected rows, tints
Dark surface#24141C
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 #f5cfe1

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#CFF5E3
Analogous left#F5CFF4
Analogous right#F5D0CF
Split-complement 1#CFF5D0
Split-complement 2#CFF4F5
Triadic 1#E1F5CF
Triadic 2#CFE1F5
Tetradic#F4F5CF

RGB percentages

Red96.1%
Green81.2%
Blue88.2%

CMYK percentages

Cyan0.0%
Magenta15.5%
Yellow8.2%
Key (black)3.9%

Color previews

#f5cfe1 text on a black background

contrast 14.89:1

Card sample

#f5cfe1 text on a white background

contrast 1.41:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f5cfe1

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.

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

#f5cfe1, answered

What color is #f5cfe1?

#f5cfe1 is a pale vivid magenta / pink, closest to Thistle (ΔE2000 6.3). It sits at 332° on the hue wheel with 66% saturation and 89% lightness, which reads as warm.

What is the RGB value of #f5cfe1?

rgb(245, 207, 225) — 245 red, 207 green and 225 blue out of 255, or 96.1% / 81.2% / 88.2% by channel.

Is #f5cfe1 a light or a dark color?

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

Should I use black or white text on #f5cfe1?

Black. It scores 14.89:1 against #f5cfe1, versus 1.41:1 for white — AAA at any size.

What is the complementary color of #f5cfe1?

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

What colors go well with #f5cfe1?

For interface work: #FAF4F7 as the surface, #EDC0D5 for borders, #9B4B71 for secondary text, #20AC46 as an accent and #6A163E for hover and pressed states. For a palette, the analogous pair #F5CFF4 and #F5D0CF stays calm, while #CFF5E3 is the loudest partner.

What is #f5cfe1 in CMYK for printing?

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

Is #f5cfe1 warm or cool?

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

Work with #f5cfe1 in the Color Lab