#ea9787
a light, vivid red · warm · closest name: salmon
RGB
234, 151, 135
HSL
10°, 70%, 72%
CMYK
0, 36, 42, 8
Luminance
0.4137
Every format
| HEX | #ea9787 |
| RGB | rgb(234, 151, 135) |
| HSL | hsl(10, 70%, 72%) |
| CMYK | cmyk(0%, 36%, 42%, 8%) |
| LAB | lab(70.4 29.4 21.4) |
| LCH | lch(70.4 36.3 36.1) |
| OKLCH | oklch(0.756 0.103 31.5) |
Copy-ready code
/* CSS */
color: #ea9787;
background-color: #ea9787;
/* Tailwind (arbitrary) */
class="text-[#ea9787] bg-[#ea9787]"
/* SCSS */
$brand: #ea9787;
/* SwiftUI */
Color(red: 0.918, green: 0.592, blue: 0.529)
/* Android */
Color.parseColor("#ea9787")Accessibility — WCAG contrast
Aa
#ea9787 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea9787 on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green59.2%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta35.5%
Yellow42.3%
Key (black)8.2%
Color previews
#ea9787 text on a black background
contrast 9.27:1
Card sample
#ea9787 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea9787;
Background color
Panel with #ea9787 background
background-color: #ea9787;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea9787;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 151, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 151, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea9787; background: linear-gradient(135deg, #ea9787, #EAD987);