#fdbfe0
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 191, 224
HSL
328°, 94%, 87%
CMYK
0, 25, 12, 1
Luminance
0.6353
Every format
| HEX | #fdbfe0 |
| RGB | rgb(253, 191, 224) |
| HSL | hsl(328, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 12%, 1%) |
| LAB | lab(83.7 27.2 -7.7) |
| LCH | lch(83.7 28.3 344.1) |
| OKLCH | oklch(0.870 0.082 345.7) |
Copy-ready code
/* CSS */
color: #fdbfe0;
background-color: #fdbfe0;
/* Tailwind (arbitrary) */
class="text-[#fdbfe0] bg-[#fdbfe0]"
/* SCSS */
$brand: #fdbfe0;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.878)
/* Android */
Color.parseColor("#fdbfe0")Accessibility — WCAG contrast
Aa
#fdbfe0 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfe0 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow11.5%
Key (black)0.8%
Color previews
#fdbfe0 text on a black background
contrast 13.71:1
Card sample
#fdbfe0 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfe0;
Background color
Panel with #fdbfe0 background
background-color: #fdbfe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfe0; background: linear-gradient(135deg, #fdbfe0, #FDC8BF);