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