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