#eb5658
a balanced, electric red · warm · closest name: salmon
RGB
235, 86, 88
HSL
359°, 79%, 63%
CMYK
0, 63, 63, 8
Luminance
0.2502
Every format
| HEX | #eb5658 |
| RGB | rgb(235, 86, 88) |
| HSL | hsl(359, 79%, 63%) |
| CMYK | cmyk(0%, 63%, 63%, 8%) |
| LAB | lab(57.1 57.6 30.2) |
| LCH | lch(57.1 65.0 27.7) |
| OKLCH | oklch(0.652 0.184 23.0) |
Copy-ready code
/* CSS */
color: #eb5658;
background-color: #eb5658;
/* Tailwind (arbitrary) */
class="text-[#eb5658] bg-[#eb5658]"
/* SCSS */
$brand: #eb5658;
/* SwiftUI */
Color(red: 0.922, green: 0.337, blue: 0.345)
/* Android */
Color.parseColor("#eb5658")Accessibility — WCAG contrast
Aa
#eb5658 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5658 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green33.7%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow62.6%
Key (black)7.8%
Color previews
#eb5658 text on a black background
contrast 6.00:1
Card sample
#eb5658 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5658;
Background color
Panel with #eb5658 background
background-color: #eb5658;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5658;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 86, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 86, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5658; background: linear-gradient(135deg, #eb5658, #EBB756);