#eb962d
a balanced, electric orange · warm · closest name: orange
RGB
235, 150, 45
HSL
33°, 83%, 55%
CMYK
0, 36, 81, 8
Luminance
0.3966
Every format
| HEX | #eb962d |
| RGB | rgb(235, 150, 45) |
| HSL | hsl(33, 83%, 55%) |
| CMYK | cmyk(0%, 36%, 81%, 8%) |
| LAB | lab(69.2 24.2 64.1) |
| LCH | lch(69.2 68.5 69.3) |
| OKLCH | oklch(0.744 0.151 66.1) |
Copy-ready code
/* CSS */
color: #eb962d;
background-color: #eb962d;
/* Tailwind (arbitrary) */
class="text-[#eb962d] bg-[#eb962d]"
/* SCSS */
$brand: #eb962d;
/* SwiftUI */
Color(red: 0.922, green: 0.588, blue: 0.176)
/* Android */
Color.parseColor("#eb962d")Accessibility — WCAG contrast
Aa
#eb962d on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb962d on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green58.8%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow80.9%
Key (black)7.8%
Color previews
#eb962d text on a black background
contrast 8.93:1
Card sample
#eb962d text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb962d;
Background color
Panel with #eb962d background
background-color: #eb962d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb962d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 150, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 150, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb962d; background: linear-gradient(135deg, #eb962d, #C1EB2D);