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