#eb3e02
a balanced, electric orange · warm · closest name: red
RGB
235, 62, 2
HSL
16°, 98%, 47%
CMYK
0, 74, 99, 8
Luminance
0.2111
Every format
| HEX | #eb3e02 |
| RGB | rgb(235, 62, 2) |
| HSL | hsl(16, 98%, 47%) |
| CMYK | cmyk(0%, 74%, 99%, 8%) |
| LAB | lab(53.1 64.0 64.3) |
| LCH | lch(53.1 90.7 45.1) |
| OKLCH | oklch(0.620 0.216 35.1) |
Copy-ready code
/* CSS */
color: #eb3e02;
background-color: #eb3e02;
/* Tailwind (arbitrary) */
class="text-[#eb3e02] bg-[#eb3e02]"
/* SCSS */
$brand: #eb3e02;
/* SwiftUI */
Color(red: 0.922, green: 0.243, blue: 0.008)
/* Android */
Color.parseColor("#eb3e02")Accessibility — WCAG contrast
Aa
#eb3e02 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3e02 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green24.3%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta73.6%
Yellow99.1%
Key (black)7.8%
Color previews
#eb3e02 text on a black background
contrast 5.22:1
Card sample
#eb3e02 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3e02;
Background color
Panel with #eb3e02 background
background-color: #eb3e02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3e02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 62, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 62, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3e02; background: linear-gradient(135deg, #eb3e02, #EBDA02);