#ea6c57
a balanced, electric red · warm · closest name: salmon
RGB
234, 108, 87
HSL
9°, 78%, 63%
CMYK
0, 54, 63, 8
Luminance
0.2891
Every format
| HEX | #ea6c57 |
| RGB | rgb(234, 108, 87) |
| HSL | hsl(9, 78%, 63%) |
| CMYK | cmyk(0%, 54%, 63%, 8%) |
| LAB | lab(60.7 47.2 35.2) |
| LCH | lch(60.7 58.9 36.7) |
| OKLCH | oklch(0.679 0.161 31.3) |
Copy-ready code
/* CSS */
color: #ea6c57;
background-color: #ea6c57;
/* Tailwind (arbitrary) */
class="text-[#ea6c57] bg-[#ea6c57]"
/* SCSS */
$brand: #ea6c57;
/* SwiftUI */
Color(red: 0.918, green: 0.424, blue: 0.341)
/* Android */
Color.parseColor("#ea6c57")Accessibility — WCAG contrast
Aa
#ea6c57 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea6c57 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green42.4%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow62.8%
Key (black)8.2%
Color previews
#ea6c57 text on a black background
contrast 6.78:1
Card sample
#ea6c57 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea6c57;
Background color
Panel with #ea6c57 background
background-color: #ea6c57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea6c57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 108, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 108, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea6c57; background: linear-gradient(135deg, #ea6c57, #EACE57);