#eb910a
a balanced, electric orange · warm · closest name: orange
RGB
235, 145, 10
HSL
36°, 92%, 48%
CMYK
0, 38, 96, 8
Luminance
0.3793
Every format
| HEX | #eb910a |
| RGB | rgb(235, 145, 10) |
| HSL | hsl(36, 92%, 48%) |
| CMYK | cmyk(0%, 38%, 96%, 8%) |
| LAB | lab(68.0 26.1 71.9) |
| LCH | lch(68.0 76.5 70.0) |
| OKLCH | oklch(0.734 0.161 66.5) |
Copy-ready code
/* CSS */
color: #eb910a;
background-color: #eb910a;
/* Tailwind (arbitrary) */
class="text-[#eb910a] bg-[#eb910a]"
/* SCSS */
$brand: #eb910a;
/* SwiftUI */
Color(red: 0.922, green: 0.569, blue: 0.039)
/* Android */
Color.parseColor("#eb910a")Accessibility — WCAG contrast
Aa
#eb910a on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb910a on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.9%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow95.7%
Key (black)7.8%
Color previews
#eb910a text on a black background
contrast 8.59:1
Card sample
#eb910a text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb910a;
Background color
Panel with #eb910a background
background-color: #eb910a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb910a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 145, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 145, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb910a; background: linear-gradient(135deg, #eb910a, #AFEB0A);