#eb5652
a balanced, electric red · warm · closest name: tomato
RGB
235, 86, 82
HSL
2°, 79%, 62%
CMYK
0, 63, 65, 8
Luminance
0.2493
Every format
| HEX | #eb5652 |
| RGB | rgb(235, 86, 82) |
| HSL | hsl(2, 79%, 62%) |
| CMYK | cmyk(0%, 63%, 65%, 8%) |
| LAB | lab(57.0 57.2 33.5) |
| LCH | lch(57.0 66.3 30.3) |
| OKLCH | oklch(0.651 0.185 25.2) |
Copy-ready code
/* CSS */
color: #eb5652;
background-color: #eb5652;
/* Tailwind (arbitrary) */
class="text-[#eb5652] bg-[#eb5652]"
/* SCSS */
$brand: #eb5652;
/* SwiftUI */
Color(red: 0.922, green: 0.337, blue: 0.322)
/* Android */
Color.parseColor("#eb5652")Accessibility — WCAG contrast
Aa
#eb5652 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5652 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green33.7%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow65.1%
Key (black)7.8%
Color previews
#eb5652 text on a black background
contrast 5.99:1
Card sample
#eb5652 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5652;
Background color
Panel with #eb5652 background
background-color: #eb5652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 86, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 86, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5652; background: linear-gradient(135deg, #eb5652, #EBBC52);