#eb3200
a balanced, electric red · warm · closest name: red
RGB
235, 50, 0
HSL
13°, 100%, 46%
CMYK
0, 79, 100, 8
Luminance
0.1994
Every format
| HEX | #eb3200 |
| RGB | rgb(235, 50, 0) |
| HSL | hsl(13, 100%, 46%) |
| CMYK | cmyk(0%, 79%, 100%, 8%) |
| LAB | lab(51.8 67.6 64.2) |
| LCH | lch(51.8 93.2 43.5) |
| OKLCH | oklch(0.610 0.224 33.2) |
Copy-ready code
/* CSS */
color: #eb3200;
background-color: #eb3200;
/* Tailwind (arbitrary) */
class="text-[#eb3200] bg-[#eb3200]"
/* SCSS */
$brand: #eb3200;
/* SwiftUI */
Color(red: 0.922, green: 0.196, blue: 0.000)
/* Android */
Color.parseColor("#eb3200")Accessibility — WCAG contrast
Aa
#eb3200 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3200 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green19.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow100.0%
Key (black)7.8%
Color previews
#eb3200 text on a black background
contrast 4.99:1
Card sample
#eb3200 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3200;
Background color
Panel with #eb3200 background
background-color: #eb3200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 50, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 50, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3200; background: linear-gradient(135deg, #eb3200, #EBCF00);