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