#fd95ae
a light, electric red · warm · closest name: pink
RGB
253, 149, 174
HSL
346°, 96%, 79%
CMYK
0, 41, 31, 1
Luminance
0.4543
Every format
| HEX | #fd95ae |
| RGB | rgb(253, 149, 174) |
| HSL | hsl(346, 96%, 79%) |
| CMYK | cmyk(0%, 41%, 31%, 1%) |
| LAB | lab(73.2 41.9 4.0) |
| LCH | lch(73.2 42.1 5.5) |
| OKLCH | oklch(0.785 0.127 5.0) |
Copy-ready code
/* CSS */
color: #fd95ae;
background-color: #fd95ae;
/* Tailwind (arbitrary) */
class="text-[#fd95ae] bg-[#fd95ae]"
/* SCSS */
$brand: #fd95ae;
/* SwiftUI */
Color(red: 0.992, green: 0.584, blue: 0.682)
/* Android */
Color.parseColor("#fd95ae")Accessibility — WCAG contrast
Aa
#fd95ae on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd95ae on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green58.4%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow31.2%
Key (black)0.8%
Color previews
#fd95ae text on a black background
contrast 10.09:1
Card sample
#fd95ae text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd95ae;
Background color
Panel with #fd95ae background
background-color: #fd95ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd95ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 149, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 149, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd95ae; background: linear-gradient(135deg, #fd95ae, #FDC195);