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