#eb610b
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 97, 11
HSL
23°, 91%, 48%
CMYK
0, 59, 95, 8
Luminance
0.2624
Every format
| HEX | #eb610b |
| RGB | rgb(235, 97, 11) |
| HSL | hsl(23, 91%, 48%) |
| CMYK | cmyk(0%, 59%, 95%, 8%) |
| LAB | lab(58.3 50.2 65.4) |
| LCH | lch(58.3 82.4 52.5) |
| OKLCH | oklch(0.659 0.188 44.1) |
Copy-ready code
/* CSS */
color: #eb610b;
background-color: #eb610b;
/* Tailwind (arbitrary) */
class="text-[#eb610b] bg-[#eb610b]"
/* SCSS */
$brand: #eb610b;
/* SwiftUI */
Color(red: 0.922, green: 0.380, blue: 0.043)
/* Android */
Color.parseColor("#eb610b")Accessibility — WCAG contrast
Aa
#eb610b on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb610b on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.0%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow95.3%
Key (black)7.8%
Color previews
#eb610b text on a black background
contrast 6.25:1
Card sample
#eb610b text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb610b;
Background color
Panel with #eb610b background
background-color: #eb610b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb610b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 97, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 97, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb610b; background: linear-gradient(135deg, #eb610b, #E0EB0B);