Skip to content

#f5b2db

a light, electric magenta / pink · warm · closest name: Plum

RGB
245, 178, 219
HSL
323°, 77%, 83%
CMYK
0, 27, 11, 4
Luminance
0.5637

At a glance

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

Hex
#f5b2db
Hue
323°
magenta / pink
Saturation
77%
electric
Lightness
83%
light
Brightness
96%
HSV value
Perceived
80%
weighted brightness
Luminance
0.5637
WCAG relative
Temperature
Warm
37/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
12.27:1
Closest name
Plum
ΔE2000 7.4
Where it sits
Hue323° of 360°
Saturation77%
Lightness83%
Temperature
Warm ← → Cool37% 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#f5b2db
RGBrgb(245, 178, 219)
HSLhsl(323, 77%, 83%)
CMYKcmyk(0%, 27%, 11%, 4%)
LABlab(79.8 30.5 -10.9)
LCHlch(79.8 32.4 340.3)
OKLCHoklch(0.838 0.093 342.0)
Decimal16102107
Display P3color(display-p3 0.961 0.698 0.859)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#f5b2db on white: 1.71:1
AA ✗ fail · AA-large · AAA
Aa
#f5b2db on black: 12.27:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B5C0DD
deuteranopia · #C5CAD9
tritanopia · #FDB2C0

Color scale — 50 to 950

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

#FCF3F8
#F9E7F2
#f5b2db
#F29CD1
#EC6AB9
#E538A2
#D91C8F
#B51778
#901360
#691247
#410B2C
Base = 200Lightest = 50 · #FCF3F8Darkest = 950 · #410B2C
:root {
  --brand-50: #FCF3F8;
  --brand-100: #F9E7F2;
  --brand-200: #f5b2db;
  --brand-300: #F29CD1;
  --brand-400: #EC6AB9;
  --brand-500: #E538A2;
  --brand-600: #D91C8F;
  --brand-700: #B51778;
  --brand-800: #901360;
  --brand-900: #691247;
  --brand-950: #410B2C;
  --brand: #f5b2db;
  --brand-ink: #000000;
}

Colors that work with #f5b2db

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#EDC0DB
Hairlines and dividers
Muted text#9B4B7C
Captions on the surface
Accent#13B92A
Second voice, not a rival
Dark variant#710F4B
Hover, pressed, headers
Light variant#FCE8F4
Selected rows, tints
Dark surface#24141E
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 #f5b2db

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#B2F5CC
Analogous left#EDB2F5
Analogous right#F5B2B9
Split-complement 1#B9F5B2
Split-complement 2#B2F5ED
Triadic 1#DBF5B2
Triadic 2#B2DBF5
Tetradic#F5EDB2

RGB percentages

Red96.1%
Green69.8%
Blue85.9%

CMYK percentages

Cyan0.0%
Magenta27.3%
Yellow10.6%
Key (black)3.9%

Color previews

#f5b2db text on a black background

contrast 12.27:1

Card sample

#f5b2db text on a white background

contrast 1.71:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f5b2db

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.

#f5b2db 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#f5b2db, answered

What color is #f5b2db?

#f5b2db is a light electric magenta / pink, closest to Plum (ΔE2000 7.4). It sits at 323° on the hue wheel with 77% saturation and 83% lightness, which reads as warm.

What is the RGB value of #f5b2db?

rgb(245, 178, 219) — 245 red, 178 green and 219 blue out of 255, or 96.1% / 69.8% / 85.9% by channel.

Is #f5b2db a light or a dark color?

It is a light color. Relative luminance is 0.5637 and perceived brightness is 80%, so black text on it reaches 12.27:1.

Should I use black or white text on #f5b2db?

Black. It scores 12.27:1 against #f5b2db, versus 1.71:1 for white — AAA at any size.

What is the complementary color of #f5b2db?

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

What colors go well with #f5b2db?

For interface work: #FAF4F8 as the surface, #EDC0DB for borders, #9B4B7C for secondary text, #13B92A as an accent and #710F4B for hover and pressed states. For a palette, the analogous pair #EDB2F5 and #F5B2B9 stays calm, while #B2F5CC is the loudest partner.

What is #f5b2db in CMYK for printing?

cmyk(0%, 27%, 11%, 4%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #f5b2db warm or cool?

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

Work with #f5b2db in the Color Lab