#fe9da2
a light, electric red · warm · closest name: pink
RGB
254, 157, 162
HSL
357°, 98%, 81%
CMYK
0, 38, 36, 0
Luminance
0.4779
Every format
| HEX | #fe9da2 |
| RGB | rgb(254, 157, 162) |
| HSL | hsl(357, 98%, 81%) |
| CMYK | cmyk(0%, 38%, 36%, 0%) |
| LAB | lab(74.7 36.7 12.8) |
| LCH | lch(74.7 38.9 19.3) |
| OKLCH | oklch(0.796 0.116 16.7) |
Copy-ready code
/* CSS */
color: #fe9da2;
background-color: #fe9da2;
/* Tailwind (arbitrary) */
class="text-[#fe9da2] bg-[#fe9da2]"
/* SCSS */
$brand: #fe9da2;
/* SwiftUI */
Color(red: 0.996, green: 0.616, blue: 0.635)
/* Android */
Color.parseColor("#fe9da2")Accessibility — WCAG contrast
Aa
#fe9da2 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9da2 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green61.6%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow36.2%
Key (black)0.4%
Color previews
#fe9da2 text on a black background
contrast 10.56:1
Card sample
#fe9da2 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9da2;
Background color
Panel with #fe9da2 background
background-color: #fe9da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 157, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 157, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9da2; background: linear-gradient(135deg, #fe9da2, #FED99D);