#ea5967
a balanced, electric red · warm · closest name: salmon
RGB
234, 89, 103
HSL
354°, 78%, 63%
CMYK
0, 62, 56, 8
Luminance
0.2562
Every format
| HEX | #ea5967 |
| RGB | rgb(234, 89, 103) |
| HSL | hsl(354, 78%, 63%) |
| CMYK | cmyk(0%, 62%, 56%, 8%) |
| LAB | lab(57.7 57.0 22.2) |
| LCH | lch(57.7 61.2 21.3) |
| OKLCH | oklch(0.657 0.179 17.8) |
Copy-ready code
/* CSS */
color: #ea5967;
background-color: #ea5967;
/* Tailwind (arbitrary) */
class="text-[#ea5967] bg-[#ea5967]"
/* SCSS */
$brand: #ea5967;
/* SwiftUI */
Color(red: 0.918, green: 0.349, blue: 0.404)
/* Android */
Color.parseColor("#ea5967")Accessibility — WCAG contrast
Aa
#ea5967 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea5967 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green34.9%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow56.0%
Key (black)8.2%
Color previews
#ea5967 text on a black background
contrast 6.12:1
Card sample
#ea5967 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea5967;
Background color
Panel with #ea5967 background
background-color: #ea5967;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea5967;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 89, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 89, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea5967; background: linear-gradient(135deg, #ea5967, #EAAC59);