#eb620d
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 98, 13
HSL
23°, 90%, 49%
CMYK
0, 58, 95, 8
Luminance
0.2643
Every format
| HEX | #eb620d |
| RGB | rgb(235, 98, 13) |
| HSL | hsl(23, 90%, 49%) |
| CMYK | cmyk(0%, 58%, 95%, 8%) |
| LAB | lab(58.4 49.7 65.1) |
| LCH | lch(58.4 81.9 52.6) |
| OKLCH | oklch(0.660 0.187 44.3) |
Copy-ready code
/* CSS */
color: #eb620d;
background-color: #eb620d;
/* Tailwind (arbitrary) */
class="text-[#eb620d] bg-[#eb620d]"
/* SCSS */
$brand: #eb620d;
/* SwiftUI */
Color(red: 0.922, green: 0.384, blue: 0.051)
/* Android */
Color.parseColor("#eb620d")Accessibility — WCAG contrast
Aa
#eb620d on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb620d on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.4%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow94.5%
Key (black)7.8%
Color previews
#eb620d text on a black background
contrast 6.29:1
Card sample
#eb620d text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb620d;
Background color
Panel with #eb620d background
background-color: #eb620d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb620d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 98, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 98, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb620d; background: linear-gradient(135deg, #eb620d, #E0EB0D);