#fd9dbf
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 157, 191
HSL
339°, 96%, 80%
CMYK
0, 38, 25, 1
Luminance
0.4876
Every format
| HEX | #fd9dbf |
| RGB | rgb(253, 157, 191) |
| HSL | hsl(339, 96%, 80%) |
| CMYK | cmyk(0%, 38%, 25%, 1%) |
| LAB | lab(75.3 40.0 -2.3) |
| LCH | lch(75.3 40.1 356.8) |
| OKLCH | oklch(0.803 0.121 357.4) |
Copy-ready code
/* CSS */
color: #fd9dbf;
background-color: #fd9dbf;
/* Tailwind (arbitrary) */
class="text-[#fd9dbf] bg-[#fd9dbf]"
/* SCSS */
$brand: #fd9dbf;
/* SwiftUI */
Color(red: 0.992, green: 0.616, blue: 0.749)
/* Android */
Color.parseColor("#fd9dbf")Accessibility — WCAG contrast
Aa
#fd9dbf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9dbf on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green61.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow24.5%
Key (black)0.8%
Color previews
#fd9dbf text on a black background
contrast 10.75:1
Card sample
#fd9dbf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9dbf;
Background color
Panel with #fd9dbf background
background-color: #fd9dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 157, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 157, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9dbf; background: linear-gradient(135deg, #fd9dbf, #FDBB9D);