Skip to content

#f1b4df

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

RGB
241, 180, 223
HSL
318°, 69%, 83%
CMYK
0, 25, 8, 6
Luminance
0.5667

At a glance

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

Hex
#f1b4df
Hue
318°
magenta / pink
Saturation
69%
vivid
Lightness
83%
light
Brightness
95%
HSV value
Perceived
80%
weighted brightness
Luminance
0.5667
WCAG relative
Temperature
Warm
40/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
12.33:1
Closest name
Plum
ΔE2000 6.7
Where it sits
Hue318° of 360°
Saturation69%
Lightness83%
Temperature
Warm ← → Cool40% 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#f1b4df
RGBrgb(241, 180, 223)
HSLhsl(318, 69%, 83%)
CMYKcmyk(0%, 25%, 8%, 6%)
LABlab(80.0 28.8 -12.9)
LCHlch(80.0 31.6 335.9)
OKLCHoklch(0.839 0.090 337.5)
Decimal15840479
Display P3color(display-p3 0.945 0.706 0.875)

Copy-ready code

/* CSS */
color: #f1b4df;
background-color: #f1b4df;
/* Tailwind (arbitrary) */
class="text-[#f1b4df] bg-[#f1b4df]"
/* SCSS */
$brand: #f1b4df;
/* SwiftUI */
Color(red: 0.945, green: 0.706, blue: 0.875)
/* Android */
Color.parseColor("#f1b4df")
/* Flutter */
Color(0xFFF1B4DF)
/* Python / OpenCV (BGR) */
(223, 180, 241)

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

Accessibility — WCAG contrast

Aa
#f1b4df on white: 1.70:1
AA ✗ fail · AA-large · AAA
Aa
#f1b4df on black: 12.33:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B5C1E1
deuteranopia · #C3CADD
tritanopia · #F8B5C3

Color scale — 50 to 950

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

#FBF3F9
#F8E8F3
#f1b4df
#EDA0D7
#E471C2
#DC42AE
#CE279D
#AC2083
#891A69
#64174D
#3E0E30
Base = 200Lightest = 50 · #FBF3F9Darkest = 950 · #3E0E30
:root {
  --brand-50: #FBF3F9;
  --brand-100: #F8E8F3;
  --brand-200: #f1b4df;
  --brand-300: #EDA0D7;
  --brand-400: #E471C2;
  --brand-500: #DC42AE;
  --brand-600: #CE279D;
  --brand-700: #AC2083;
  --brand-800: #891A69;
  --brand-900: #64174D;
  --brand-950: #3E0E30;
  --brand: #f1b4df;
  --brand-ink: #000000;
}

Colors that work with #f1b4df

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#FAF4F9
Tinted page background
Border#EDC0DF
Hairlines and dividers
Muted text#9B4B83
Captions on the surface
Accent#1CB022
Second voice, not a rival
Dark variant#6B1452
Hover, pressed, headers
Light variant#FBEAF6
Selected rows, tints
Dark surface#241420
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 #f1b4df

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#B4F1C6
Analogous left#E4B4F1
Analogous right#F1B4C0
Split-complement 1#C0F1B4
Split-complement 2#B4F1E4
Triadic 1#DFF1B4
Triadic 2#B4DFF1
Tetradic#F1E4B4

RGB percentages

Red94.5%
Green70.6%
Blue87.5%

CMYK percentages

Cyan0.0%
Magenta25.3%
Yellow7.5%
Key (black)5.5%

Color previews

#f1b4df text on a black background

contrast 12.33:1

Card sample

#f1b4df text on a white background

contrast 1.70:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(241, 180, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 180, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1b4df;
background: linear-gradient(135deg, #f1b4df, #F1B4B6);

Monochromatic scale

Palettes built from #f1b4df

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.

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

Converts to four-color process without much drama. Proof it anyway.

#f1b4df, answered

What color is #f1b4df?

#f1b4df is a light vivid magenta / pink, closest to Plum (ΔE2000 6.7). It sits at 318° on the hue wheel with 69% saturation and 83% lightness, which reads as warm.

What is the RGB value of #f1b4df?

rgb(241, 180, 223) — 241 red, 180 green and 223 blue out of 255, or 94.5% / 70.6% / 87.5% by channel.

Is #f1b4df a light or a dark color?

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

Should I use black or white text on #f1b4df?

Black. It scores 12.33:1 against #f1b4df, versus 1.70:1 for white — AAA at any size.

What is the complementary color of #f1b4df?

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

What colors go well with #f1b4df?

For interface work: #FAF4F9 as the surface, #EDC0DF for borders, #9B4B83 for secondary text, #1CB022 as an accent and #6B1452 for hover and pressed states. For a palette, the analogous pair #E4B4F1 and #F1B4C0 stays calm, while #B4F1C6 is the loudest partner.

What is #f1b4df in CMYK for printing?

cmyk(0%, 25%, 8%, 6%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #f1b4df warm or cool?

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

Work with #f1b4df in the Color Lab