#ea9da1
a light, vivid red · warm · closest name: pink
RGB
234, 157, 161
HSL
357°, 65%, 77%
CMYK
0, 33, 31, 8
Luminance
0.4418
Every format
| HEX | #ea9da1 |
| RGB | rgb(234, 157, 161) |
| HSL | hsl(357, 65%, 77%) |
| CMYK | cmyk(0%, 33%, 31%, 8%) |
| LAB | lab(72.3 29.2 9.7) |
| LCH | lch(72.3 30.8 18.4) |
| OKLCH | oklch(0.773 0.092 16.0) |
Copy-ready code
/* CSS */
color: #ea9da1;
background-color: #ea9da1;
/* Tailwind (arbitrary) */
class="text-[#ea9da1] bg-[#ea9da1]"
/* SCSS */
$brand: #ea9da1;
/* SwiftUI */
Color(red: 0.918, green: 0.616, blue: 0.631)
/* Android */
Color.parseColor("#ea9da1")Accessibility — WCAG contrast
Aa
#ea9da1 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea9da1 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green61.6%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow31.2%
Key (black)8.2%
Color previews
#ea9da1 text on a black background
contrast 9.84:1
Card sample
#ea9da1 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea9da1;
Background color
Panel with #ea9da1 background
background-color: #ea9da1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea9da1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 157, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 157, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea9da1; background: linear-gradient(135deg, #ea9da1, #EACC9D);