#fd9da5
a light, electric red · warm · closest name: pink
RGB
253, 157, 165
HSL
355°, 96%, 80%
CMYK
0, 38, 35, 1
Luminance
0.4771
Every format
| HEX | #fd9da5 |
| RGB | rgb(253, 157, 165) |
| HSL | hsl(355, 96%, 80%) |
| CMYK | cmyk(0%, 38%, 35%, 1%) |
| LAB | lab(74.7 36.7 11.1) |
| LCH | lch(74.7 38.3 16.8) |
| OKLCH | oklch(0.795 0.115 14.6) |
Copy-ready code
/* CSS */
color: #fd9da5;
background-color: #fd9da5;
/* Tailwind (arbitrary) */
class="text-[#fd9da5] bg-[#fd9da5]"
/* SCSS */
$brand: #fd9da5;
/* SwiftUI */
Color(red: 0.992, green: 0.616, blue: 0.647)
/* Android */
Color.parseColor("#fd9da5")Accessibility — WCAG contrast
Aa
#fd9da5 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9da5 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green61.6%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow34.8%
Key (black)0.8%
Color previews
#fd9da5 text on a black background
contrast 10.54:1
Card sample
#fd9da5 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9da5;
Background color
Panel with #fd9da5 background
background-color: #fd9da5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9da5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 157, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 157, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9da5; background: linear-gradient(135deg, #fd9da5, #FDD59D);