#fdbfd7
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 191, 215
HSL
337°, 94%, 87%
CMYK
0, 25, 15, 1
Luminance
0.6305
Every format
| HEX | #fdbfd7 |
| RGB | rgb(253, 191, 215) |
| HSL | hsl(337, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 15%, 1%) |
| LAB | lab(83.5 25.8 -3.3) |
| LCH | lch(83.5 26.0 352.7) |
| OKLCH | oklch(0.867 0.077 353.8) |
Copy-ready code
/* CSS */
color: #fdbfd7;
background-color: #fdbfd7;
/* Tailwind (arbitrary) */
class="text-[#fdbfd7] bg-[#fdbfd7]"
/* SCSS */
$brand: #fdbfd7;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#fdbfd7")Accessibility — WCAG contrast
Aa
#fdbfd7 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfd7 on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow15.0%
Key (black)0.8%
Color previews
#fdbfd7 text on a black background
contrast 13.61:1
Card sample
#fdbfd7 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfd7;
Background color
Panel with #fdbfd7 background
background-color: #fdbfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfd7; background: linear-gradient(135deg, #fdbfd7, #FDD1BF);