Skip to content

#f2b6fd

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

RGB
242, 182, 253
HSL
291°, 95%, 85%
CMYK
4, 28, 0, 1
Luminance
0.5942

At a glance

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

Hex
#f2b6fd
Hue
291°
magenta / pink
Saturation
95%
electric
Lightness
85%
pale
Brightness
99%
HSV value
Perceived
82%
weighted brightness
Luminance
0.5942
WCAG relative
Temperature
Neutral
55/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
12.88:1
Closest name
Plum
ΔE2000 6.2
Where it sits
Hue291° of 360°
Saturation95%
Lightness85%
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#f2b6fd
RGBrgb(242, 182, 253)
HSLhsl(291, 95%, 85%)
CMYKcmyk(4%, 28%, 0%, 1%)
LABlab(81.5 33.5 -26.7)
LCHlch(81.5 42.8 321.4)
OKLCHoklch(0.854 0.115 321.1)
Decimal15906557
Display P3color(display-p3 0.949 0.714 0.992)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#f2b6fd on white: 1.63:1
AA ✗ fail · AA-large · AAA
Aa
#f2b6fd on black: 12.88:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #AFC6FF
deuteranopia · #BCCDFB
tritanopia · #F4BDCF

Color scale — 50 to 950

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

#FBF1FD
#F8E4FB
#f2b6fd
#EC92FC
#E25BFB
#D825F9
#CA06EE
#A905C7
#87049F
#620873
#3D0548
Base = 200Lightest = 50 · #FBF1FDDarkest = 950 · #3D0548
:root {
  --brand-50: #FBF1FD;
  --brand-100: #F8E4FB;
  --brand-200: #f2b6fd;
  --brand-300: #EC92FC;
  --brand-400: #E25BFB;
  --brand-500: #D825F9;
  --brand-600: #CA06EE;
  --brand-700: #A905C7;
  --brand-800: #87049F;
  --brand-900: #620873;
  --brand-950: #3D0548;
  --brand: #f2b6fd;
  --brand-ink: #000000;
}

Colors that work with #f2b6fd

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#E6C0ED
Hairlines and dividers
Muted text#8E4B9B
Captions on the surface
Accent#50CC00
Second voice, not a rival
Dark variant#69037C
Hover, pressed, headers
Light variant#FBE6FE
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 #f2b6fd

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#C1FDB6
Analogous left#CFB6FD
Analogous right#FDB6E5
Split-complement 1#E5FDB6
Split-complement 2#B6FDCF
Triadic 1#FDF2B6
Triadic 2#B6FDF2
Tetradic#FDCFB6

RGB percentages

Red94.9%
Green71.4%
Blue99.2%

CMYK percentages

Cyan4.3%
Magenta28.1%
Yellow0.0%
Key (black)0.8%

Color previews

#f2b6fd text on a black background

contrast 12.88:1

Card sample

#f2b6fd text on a white background

contrast 1.63:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f2b6fd

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.

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

#f2b6fd, answered

What color is #f2b6fd?

#f2b6fd is a pale electric magenta / pink, closest to Plum (ΔE2000 6.2). It sits at 291° on the hue wheel with 95% saturation and 85% lightness, which reads as neutral.

What is the RGB value of #f2b6fd?

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

Is #f2b6fd a light or a dark color?

It is a light color. Relative luminance is 0.5942 and perceived brightness is 82%, so black text on it reaches 12.88:1.

Should I use black or white text on #f2b6fd?

Black. It scores 12.88:1 against #f2b6fd, versus 1.63:1 for white — AAA at any size.

What is the complementary color of #f2b6fd?

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

What colors go well with #f2b6fd?

For interface work: #F9F4FA as the surface, #E6C0ED for borders, #8E4B9B for secondary text, #50CC00 as an accent and #69037C for hover and pressed states. For a palette, the analogous pair #CFB6FD and #FDB6E5 stays calm, while #C1FDB6 is the loudest partner.

What is #f2b6fd in CMYK for printing?

cmyk(4%, 28%, 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 #f2b6fd 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 #FDB6EE; nudged cooler, #D8B5FE.

Work with #f2b6fd in the Color Lab