Skip to content

#f2bdf6

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

RGB
242, 189, 246
HSL
296°, 76%, 85%
CMYK
2, 23, 0, 4
Luminance
0.6193

At a glance

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

Hex
#f2bdf6
Hue
296°
magenta / pink
Saturation
76%
electric
Lightness
85%
pale
Brightness
96%
HSV value
Perceived
84%
weighted brightness
Luminance
0.6193
WCAG relative
Temperature
Neutral
52/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
13.39:1
Closest name
Plum
ΔE2000 6.9
Where it sits
Hue296° of 360°
Saturation76%
Lightness85%
Temperature
Warm ← → Cool52% 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#f2bdf6
RGBrgb(242, 189, 246)
HSLhsl(296, 76%, 85%)
CMYKcmyk(2%, 23%, 0%, 4%)
LABlab(82.9 28.4 -20.9)
LCHlch(82.9 35.3 323.7)
OKLCHoklch(0.864 0.096 324.1)
Decimal15908342
Display P3color(display-p3 0.949 0.741 0.965)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#f2bdf6 on white: 1.57:1
AA ✗ fail · AA-large · AAA
Aa
#f2bdf6 on black: 13.39:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B8CAF8
deuteranopia · #C4D1F4
tritanopia · #F5C2D1

Color scale — 50 to 950

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

#FBF3FC
#F8E7F9
#f2bdf6
#EC9CF2
#E26BEB
#D83AE4
#CA1DD7
#A918B4
#871490
#621268
#3D0C41
Base = 200Lightest = 50 · #FBF3FCDarkest = 950 · #3D0C41
:root {
  --brand-50: #FBF3FC;
  --brand-100: #F8E7F9;
  --brand-200: #f2bdf6;
  --brand-300: #EC9CF2;
  --brand-400: #E26BEB;
  --brand-500: #D83AE4;
  --brand-600: #CA1DD7;
  --brand-700: #A918B4;
  --brand-800: #871490;
  --brand-900: #621268;
  --brand-950: #3D0C41;
  --brand: #f2bdf6;
  --brand-ink: #000000;
}

Colors that work with #f2bdf6

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#E9C0ED
Hairlines and dividers
Muted text#954B9B
Captions on the surface
Accent#48B913
Second voice, not a rival
Dark variant#690F70
Hover, pressed, headers
Light variant#FBE9FC
Selected rows, tints
Dark surface#231424
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 #f2bdf6

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#C1F6BD
Analogous left#D6BDF6
Analogous right#F6BDDE
Split-complement 1#DEF6BD
Split-complement 2#BDF6D6
Triadic 1#F6F2BD
Triadic 2#BDF6F2
Tetradic#F6D6BD

RGB percentages

Red94.9%
Green74.1%
Blue96.5%

CMYK percentages

Cyan1.6%
Magenta23.2%
Yellow0.0%
Key (black)3.5%

Color previews

#f2bdf6 text on a black background

contrast 13.39:1

Card sample

#f2bdf6 text on a white background

contrast 1.57:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f2bdf6

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.

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

#f2bdf6, answered

What color is #f2bdf6?

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

What is the RGB value of #f2bdf6?

rgb(242, 189, 246) — 242 red, 189 green and 246 blue out of 255, or 94.9% / 74.1% / 96.5% by channel.

Is #f2bdf6 a light or a dark color?

It is a light color. Relative luminance is 0.6193 and perceived brightness is 84%, so black text on it reaches 13.39:1.

Should I use black or white text on #f2bdf6?

Black. It scores 13.39:1 against #f2bdf6, versus 1.57:1 for white — AAA at any size.

What is the complementary color of #f2bdf6?

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

What colors go well with #f2bdf6?

For interface work: #FAF4FA as the surface, #E9C0ED for borders, #954B9B for secondary text, #48B913 as an accent and #690F70 for hover and pressed states. For a palette, the analogous pair #D6BDF6 and #F6BDDE stays calm, while #C1F6BD is the loudest partner.

What is #f2bdf6 in CMYK for printing?

cmyk(2%, 23%, 0%, 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 #f2bdf6 warm or cool?

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

Work with #f2bdf6 in the Color Lab