#eb522b
a balanced, electric red · warm · closest name: tomato
RGB
235, 82, 43
HSL
12°, 83%, 55%
CMYK
0, 65, 82, 8
Luminance
0.2387
Every format
| HEX | #eb522b |
| RGB | rgb(235, 82, 43) |
| HSL | hsl(12, 83%, 55%) |
| CMYK | cmyk(0%, 65%, 82%, 8%) |
| LAB | lab(56.0 57.2 52.9) |
| LCH | lch(56.0 77.9 42.7) |
| OKLCH | oklch(0.642 0.196 35.1) |
Copy-ready code
/* CSS */
color: #eb522b;
background-color: #eb522b;
/* Tailwind (arbitrary) */
class="text-[#eb522b] bg-[#eb522b]"
/* SCSS */
$brand: #eb522b;
/* SwiftUI */
Color(red: 0.922, green: 0.322, blue: 0.169)
/* Android */
Color.parseColor("#eb522b")Accessibility — WCAG contrast
Aa
#eb522b on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb522b on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.2%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta65.1%
Yellow81.7%
Key (black)7.8%
Color previews
#eb522b text on a black background
contrast 5.77:1
Card sample
#eb522b text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb522b;
Background color
Panel with #eb522b background
background-color: #eb522b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb522b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 82, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 82, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb522b; background: linear-gradient(135deg, #eb522b, #EBD22B);