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