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