#fd9fc4
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 159, 196
HSL
336°, 96%, 81%
CMYK
0, 37, 23, 1
Luminance
0.4966
Every format
| HEX | #fd9fc4 |
| RGB | rgb(253, 159, 196) |
| HSL | hsl(336, 96%, 81%) |
| CMYK | cmyk(0%, 37%, 23%, 1%) |
| LAB | lab(75.9 39.7 -4.2) |
| LCH | lch(75.9 39.9 354.0) |
| OKLCH | oklch(0.807 0.120 354.9) |
Copy-ready code
/* CSS */
color: #fd9fc4;
background-color: #fd9fc4;
/* Tailwind (arbitrary) */
class="text-[#fd9fc4] bg-[#fd9fc4]"
/* SCSS */
$brand: #fd9fc4;
/* SwiftUI */
Color(red: 0.992, green: 0.624, blue: 0.769)
/* Android */
Color.parseColor("#fd9fc4")Accessibility — WCAG contrast
Aa
#fd9fc4 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9fc4 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.4%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow22.5%
Key (black)0.8%
Color previews
#fd9fc4 text on a black background
contrast 10.93:1
Card sample
#fd9fc4 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9fc4;
Background color
Panel with #fd9fc4 background
background-color: #fd9fc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9fc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 159, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 159, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9fc4; background: linear-gradient(135deg, #fd9fc4, #FDB99F);