#ea9dae
a light, vivid red · warm · closest name: pink
RGB
234, 157, 174
HSL
347°, 65%, 77%
CMYK
0, 33, 26, 8
Luminance
0.4466
Every format
| HEX | #ea9dae |
| RGB | rgb(234, 157, 174) |
| HSL | hsl(347, 65%, 77%) |
| CMYK | cmyk(0%, 33%, 26%, 8%) |
| LAB | lab(72.7 31.0 3.0) |
| LCH | lch(72.7 31.1 5.5) |
| OKLCH | oklch(0.776 0.094 5.0) |
Copy-ready code
/* CSS */
color: #ea9dae;
background-color: #ea9dae;
/* Tailwind (arbitrary) */
class="text-[#ea9dae] bg-[#ea9dae]"
/* SCSS */
$brand: #ea9dae;
/* SwiftUI */
Color(red: 0.918, green: 0.616, blue: 0.682)
/* Android */
Color.parseColor("#ea9dae")Accessibility — WCAG contrast
Aa
#ea9dae on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea9dae on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green61.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow25.6%
Key (black)8.2%
Color previews
#ea9dae text on a black background
contrast 9.93:1
Card sample
#ea9dae text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea9dae;
Background color
Panel with #ea9dae background
background-color: #ea9dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea9dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 157, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 157, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea9dae; background: linear-gradient(135deg, #ea9dae, #EABF9D);