#eb5232
a balanced, electric red · warm · closest name: tomato
RGB
235, 82, 50
HSL
10°, 82%, 56%
CMYK
0, 65, 79, 8
Luminance
0.2393
Every format
| HEX | #eb5232 |
| RGB | rgb(235, 82, 50) |
| HSL | hsl(10, 82%, 56%) |
| CMYK | cmyk(0%, 65%, 79%, 8%) |
| LAB | lab(56.0 57.5 49.6) |
| LCH | lch(56.0 75.9 40.8) |
| OKLCH | oklch(0.643 0.195 33.5) |
Copy-ready code
/* CSS */
color: #eb5232;
background-color: #eb5232;
/* Tailwind (arbitrary) */
class="text-[#eb5232] bg-[#eb5232]"
/* SCSS */
$brand: #eb5232;
/* SwiftUI */
Color(red: 0.922, green: 0.322, blue: 0.196)
/* Android */
Color.parseColor("#eb5232")Accessibility — WCAG contrast
Aa
#eb5232 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5232 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.2%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta65.1%
Yellow78.7%
Key (black)7.8%
Color previews
#eb5232 text on a black background
contrast 5.79:1
Card sample
#eb5232 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5232;
Background color
Panel with #eb5232 background
background-color: #eb5232;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5232;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 82, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 82, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5232; background: linear-gradient(135deg, #eb5232, #EBCD32);