#ee962d
a balanced, electric orange · warm · closest name: orange
RGB
238, 150, 45
HSL
33°, 85%, 56%
CMYK
0, 37, 81, 7
Luminance
0.4018
Every format
| HEX | #ee962d |
| RGB | rgb(238, 150, 45) |
| HSL | hsl(33, 85%, 56%) |
| CMYK | cmyk(0%, 37%, 81%, 7%) |
| LAB | lab(69.6 25.4 64.6) |
| LCH | lch(69.6 69.4 68.5) |
| OKLCH | oklch(0.747 0.153 65.0) |
Copy-ready code
/* CSS */
color: #ee962d;
background-color: #ee962d;
/* Tailwind (arbitrary) */
class="text-[#ee962d] bg-[#ee962d]"
/* SCSS */
$brand: #ee962d;
/* SwiftUI */
Color(red: 0.933, green: 0.588, blue: 0.176)
/* Android */
Color.parseColor("#ee962d")Accessibility — WCAG contrast
Aa
#ee962d on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee962d on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green58.8%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow81.1%
Key (black)6.7%
Color previews
#ee962d text on a black background
contrast 9.04:1
Card sample
#ee962d text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee962d;
Background color
Panel with #ee962d background
background-color: #ee962d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee962d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 150, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 150, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee962d; background: linear-gradient(135deg, #ee962d, #C5EE2D);