#eb5f03
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 95, 3
HSL
24°, 98%, 47%
CMYK
0, 60, 99, 8
Luminance
0.2585
Every format
| HEX | #eb5f03 |
| RGB | rgb(235, 95, 3) |
| HSL | hsl(24, 98%, 47%) |
| CMYK | cmyk(0%, 60%, 99%, 8%) |
| LAB | lab(57.9 51.0 66.6) |
| LCH | lch(57.9 83.9 52.6) |
| OKLCH | oklch(0.656 0.191 43.9) |
Copy-ready code
/* CSS */
color: #eb5f03;
background-color: #eb5f03;
/* Tailwind (arbitrary) */
class="text-[#eb5f03] bg-[#eb5f03]"
/* SCSS */
$brand: #eb5f03;
/* SwiftUI */
Color(red: 0.922, green: 0.373, blue: 0.012)
/* Android */
Color.parseColor("#eb5f03")Accessibility — WCAG contrast
Aa
#eb5f03 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5f03 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.3%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow98.7%
Key (black)7.8%
Color previews
#eb5f03 text on a black background
contrast 6.17:1
Card sample
#eb5f03 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5f03;
Background color
Panel with #eb5f03 background
background-color: #eb5f03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5f03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 95, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 95, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5f03; background: linear-gradient(135deg, #eb5f03, #DCEB03);