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