#eb3f03
a balanced, electric orange · warm · closest name: red
RGB
235, 63, 3
HSL
16°, 98%, 47%
CMYK
0, 73, 99, 8
Luminance
0.2122
Every format
| HEX | #eb3f03 |
| RGB | rgb(235, 63, 3) |
| HSL | hsl(16, 98%, 47%) |
| CMYK | cmyk(0%, 73%, 99%, 8%) |
| LAB | lab(53.2 63.7 64.1) |
| LCH | lch(53.2 90.4 45.2) |
| OKLCH | oklch(0.621 0.215 35.2) |
Copy-ready code
/* CSS */
color: #eb3f03;
background-color: #eb3f03;
/* Tailwind (arbitrary) */
class="text-[#eb3f03] bg-[#eb3f03]"
/* SCSS */
$brand: #eb3f03;
/* SwiftUI */
Color(red: 0.922, green: 0.247, blue: 0.012)
/* Android */
Color.parseColor("#eb3f03")Accessibility — WCAG contrast
Aa
#eb3f03 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3f03 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green24.7%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow98.7%
Key (black)7.8%
Color previews
#eb3f03 text on a black background
contrast 5.24:1
Card sample
#eb3f03 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3f03;
Background color
Panel with #eb3f03 background
background-color: #eb3f03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3f03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 63, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 63, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3f03; background: linear-gradient(135deg, #eb3f03, #EBDA03);