#fdbfe9
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 191, 233
HSL
319°, 94%, 87%
CMYK
0, 25, 8, 1
Luminance
0.6403
Every format
| HEX | #fdbfe9 |
| RGB | rgb(253, 191, 233) |
| HSL | hsl(319, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 8%, 1%) |
| LAB | lab(84.0 28.7 -12.2) |
| LCH | lch(84.0 31.2 337.0) |
| OKLCH | oklch(0.873 0.089 338.7) |
Copy-ready code
/* CSS */
color: #fdbfe9;
background-color: #fdbfe9;
/* Tailwind (arbitrary) */
class="text-[#fdbfe9] bg-[#fdbfe9]"
/* SCSS */
$brand: #fdbfe9;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.914)
/* Android */
Color.parseColor("#fdbfe9")Accessibility — WCAG contrast
Aa
#fdbfe9 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfe9 on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow7.9%
Key (black)0.8%
Color previews
#fdbfe9 text on a black background
contrast 13.81:1
Card sample
#fdbfe9 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfe9;
Background color
Panel with #fdbfe9 background
background-color: #fdbfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfe9; background: linear-gradient(135deg, #fdbfe9, #FDBFC0);