Skip to content

#f2b9fd

a pale, electric magenta / pink · neutral · closest name: Plum

RGB
242, 185, 253
HSL
290°, 94%, 86%
CMYK
4, 27, 0, 1
Luminance
0.6067

At a glance

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

Hex
#f2b9fd
Hue
290°
magenta / pink
Saturation
94%
electric
Lightness
86%
pale
Brightness
99%
HSV value
Perceived
83%
weighted brightness
Luminance
0.6067
WCAG relative
Temperature
Neutral
55/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
13.13:1
Closest name
Plum
ΔE2000 6.6
Where it sits
Hue290° of 360°
Saturation94%
Lightness86%
Temperature
Warm ← → Cool55% 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#f2b9fd
RGBrgb(242, 185, 253)
HSLhsl(290, 94%, 86%)
CMYKcmyk(4%, 27%, 0%, 1%)
LABlab(82.2 31.9 -25.6)
LCHlch(82.2 40.9 321.2)
OKLCHoklch(0.859 0.110 320.9)
Decimal15907325
Display P3color(display-p3 0.949 0.725 0.992)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#f2b9fd on white: 1.60:1
AA ✗ fail · AA-large · AAA
Aa
#f2b9fd on black: 13.13:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B2C8FF
deuteranopia · #BFCFFB
tritanopia · #F4C0D1

Color scale — 50 to 950

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

#FBF2FD
#F8E4FB
#f2b9fd
#EB92FC
#E15BFA
#D625F9
#C907EE
#A706C6
#86059F
#610872
#3D0547
Base = 200Lightest = 50 · #FBF2FDDarkest = 950 · #3D0547
:root {
  --brand-50: #FBF2FD;
  --brand-100: #F8E4FB;
  --brand-200: #f2b9fd;
  --brand-300: #EB92FC;
  --brand-400: #E15BFA;
  --brand-500: #D625F9;
  --brand-600: #C907EE;
  --brand-700: #A706C6;
  --brand-800: #86059F;
  --brand-900: #610872;
  --brand-950: #3D0547;
  --brand: #f2b9fd;
  --brand-ink: #000000;
}

Colors that work with #f2b9fd

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#F9F4FA
Tinted page background
Border#E5C0ED
Hairlines and dividers
Muted text#8E4B9B
Captions on the surface
Accent#55C903
Second voice, not a rival
Dark variant#68047C
Hover, pressed, headers
Light variant#FAE6FE
Selected rows, tints
Dark surface#221424
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 #f2b9fd

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#C4FDB9
Analogous left#D0B9FD
Analogous right#FDB9E6
Split-complement 1#E6FDB9
Split-complement 2#B9FDD0
Triadic 1#FDF2B9
Triadic 2#B9FDF2
Tetradic#FDD0B9

RGB percentages

Red94.9%
Green72.5%
Blue99.2%

CMYK percentages

Cyan4.3%
Magenta26.9%
Yellow0.0%
Key (black)0.8%

Color previews

#f2b9fd text on a black background

contrast 13.13:1

Card sample

#f2b9fd text on a white background

contrast 1.60:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f2b9fd

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.

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

#f2b9fd, answered

What color is #f2b9fd?

#f2b9fd is a pale electric magenta / pink, closest to Plum (ΔE2000 6.6). It sits at 290° on the hue wheel with 94% saturation and 86% lightness, which reads as neutral.

What is the RGB value of #f2b9fd?

rgb(242, 185, 253) — 242 red, 185 green and 253 blue out of 255, or 94.9% / 72.5% / 99.2% by channel.

Is #f2b9fd a light or a dark color?

It is a light color. Relative luminance is 0.6067 and perceived brightness is 83%, so black text on it reaches 13.13:1.

Should I use black or white text on #f2b9fd?

Black. It scores 13.13:1 against #f2b9fd, versus 1.60:1 for white — AAA at any size.

What is the complementary color of #f2b9fd?

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

What colors go well with #f2b9fd?

For interface work: #F9F4FA as the surface, #E5C0ED for borders, #8E4B9B for secondary text, #55C903 as an accent and #68047C for hover and pressed states. For a palette, the analogous pair #D0B9FD and #FDB9E6 stays calm, while #C4FDB9 is the loudest partner.

What is #f2b9fd in CMYK for printing?

cmyk(4%, 27%, 0%, 1%). 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 #f2b9fd warm or cool?

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

Work with #f2b9fd in the Color Lab