Skip to content

#f3b1fd

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

RGB
243, 177, 253
HSL
292°, 95%, 84%
CMYK
4, 30, 0, 1
Luminance
0.5759

At a glance

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

Hex
#f3b1fd
Hue
292°
magenta / pink
Saturation
95%
electric
Lightness
84%
light
Brightness
99%
HSV value
Perceived
82%
weighted brightness
Luminance
0.5759
WCAG relative
Temperature
Neutral
54/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
12.52:1
Closest name
Plum
ΔE2000 5.8
Where it sits
Hue292° of 360°
Saturation95%
Lightness84%
Temperature
Warm ← → Cool54% 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#f3b1fd
RGBrgb(243, 177, 253)
HSLhsl(292, 95%, 84%)
CMYKcmyk(4%, 30%, 0%, 1%)
LABlab(80.5 36.4 -28.2)
LCHlch(80.5 46.1 322.2)
OKLCHoklch(0.846 0.125 322.0)
Decimal15970813
Display P3color(display-p3 0.953 0.694 0.992)

Copy-ready code

/* CSS */
color: #f3b1fd;
background-color: #f3b1fd;
/* Tailwind (arbitrary) */
class="text-[#f3b1fd] bg-[#f3b1fd]"
/* SCSS */
$brand: #f3b1fd;
/* SwiftUI */
Color(red: 0.953, green: 0.694, blue: 0.992)
/* Android */
Color.parseColor("#f3b1fd")
/* Flutter */
Color(0xFFF3B1FD)
/* Python / OpenCV (BGR) */
(253, 177, 243)

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 #f3b1fd · 12.52:1
Use #000000AAA at every size.
Aa
White text · 1.68:1
AA fail · AA large fail · AAA fail
Aa
Black text · 12.52:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #f3b1fd as text scores 1.68:1 on white and 12.52:1 on black.

Accessibility — WCAG contrast

Aa
#f3b1fd on white: 1.68:1
AA ✗ fail · AA-large · AAA
Aa
#f3b1fd on black: 12.52:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A9C3FF
deuteranopia · #B9CAFA
tritanopia · #F5B9CC

Color scale — 50 to 950

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

#FCF1FD
#F8E4FB
#f3b1fd
#EE92FC
#E65BFB
#DD24F9
#D006EF
#AD05C7
#8B049F
#650873
#3F0548
Base = 200Lightest = 50 · #FCF1FDDarkest = 950 · #3F0548
:root {
  --brand-50: #FCF1FD;
  --brand-100: #F8E4FB;
  --brand-200: #f3b1fd;
  --brand-300: #EE92FC;
  --brand-400: #E65BFB;
  --brand-500: #DD24F9;
  --brand-600: #D006EF;
  --brand-700: #AD05C7;
  --brand-800: #8B049F;
  --brand-900: #650873;
  --brand-950: #3F0548;
  --brand: #f3b1fd;
  --brand-ink: #000000;
}

Colors that work with #f3b1fd

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#E7C0ED
Hairlines and dividers
Muted text#904B9B
Captions on the surface
Accent#4FCC00
Second voice, not a rival
Dark variant#6C037C
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 #f3b1fd

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#BBFDB1
Analogous left#CDB1FD
Analogous right#FDB1E1
Split-complement 1#E1FDB1
Split-complement 2#B1FDCD
Triadic 1#FDF3B1
Triadic 2#B1FDF3
Tetradic#FDCDB1

RGB percentages

Red95.3%
Green69.4%
Blue99.2%

CMYK percentages

Cyan4.0%
Magenta30.0%
Yellow0.0%
Key (black)0.8%

Color previews

#f3b1fd text on a black background

contrast 12.52:1

Card sample

#f3b1fd text on a white background

contrast 1.68:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f3b1fd

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.

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

#f3b1fd, answered

What color is #f3b1fd?

#f3b1fd is a light electric magenta / pink, closest to Plum (ΔE2000 5.8). It sits at 292° on the hue wheel with 95% saturation and 84% lightness, which reads as neutral.

What is the RGB value of #f3b1fd?

rgb(243, 177, 253) — 243 red, 177 green and 253 blue out of 255, or 95.3% / 69.4% / 99.2% by channel.

Is #f3b1fd a light or a dark color?

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

Should I use black or white text on #f3b1fd?

Black. It scores 12.52:1 against #f3b1fd, versus 1.68:1 for white — AAA at any size.

What is the complementary color of #f3b1fd?

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

What colors go well with #f3b1fd?

For interface work: #FAF4FA as the surface, #E7C0ED for borders, #904B9B for secondary text, #4FCC00 as an accent and #6C037C for hover and pressed states. For a palette, the analogous pair #CDB1FD and #FDB1E1 stays calm, while #BBFDB1 is the loudest partner.

What is #f3b1fd in CMYK for printing?

cmyk(4%, 30%, 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 #f3b1fd warm or cool?

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

Work with #f3b1fd in the Color Lab