#ea8564
a light, electric red · warm · closest name: salmon
RGB
234, 133, 100
HSL
15°, 76%, 66%
CMYK
0, 43, 57, 8
Luminance
0.3519
Every format
| HEX | #ea8564 |
| RGB | rgb(234, 133, 100) |
| HSL | hsl(15, 76%, 66%) |
| CMYK | cmyk(0%, 43%, 57%, 8%) |
| LAB | lab(65.9 35.6 34.6) |
| LCH | lch(65.9 49.6 44.2) |
| OKLCH | oklch(0.719 0.133 38.8) |
Copy-ready code
/* CSS */
color: #ea8564;
background-color: #ea8564;
/* Tailwind (arbitrary) */
class="text-[#ea8564] bg-[#ea8564]"
/* SCSS */
$brand: #ea8564;
/* SwiftUI */
Color(red: 0.918, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#ea8564")Accessibility — WCAG contrast
Aa
#ea8564 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea8564 on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green52.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow57.3%
Key (black)8.2%
Color previews
#ea8564 text on a black background
contrast 8.04:1
Card sample
#ea8564 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea8564;
Background color
Panel with #ea8564 background
background-color: #ea8564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea8564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea8564; background: linear-gradient(135deg, #ea8564, #EADE64);