#ee851c
a balanced, electric orange · warm · closest name: chocolate
RGB
238, 133, 28
HSL
30°, 86%, 52%
CMYK
0, 44, 88, 7
Luminance
0.3504
Every format
| HEX | #ee851c |
| RGB | rgb(238, 133, 28) |
| HSL | hsl(30, 86%, 52%) |
| CMYK | cmyk(0%, 44%, 88%, 7%) |
| LAB | lab(65.8 33.9 66.8) |
| LCH | lch(65.8 74.9 63.1) |
| OKLCH | oklch(0.718 0.165 57.7) |
Copy-ready code
/* CSS */
color: #ee851c;
background-color: #ee851c;
/* Tailwind (arbitrary) */
class="text-[#ee851c] bg-[#ee851c]"
/* SCSS */
$brand: #ee851c;
/* SwiftUI */
Color(red: 0.933, green: 0.522, blue: 0.110)
/* Android */
Color.parseColor("#ee851c")Accessibility — WCAG contrast
Aa
#ee851c on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee851c on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green52.2%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow88.2%
Key (black)6.7%
Color previews
#ee851c text on a black background
contrast 8.01:1
Card sample
#ee851c text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee851c;
Background color
Panel with #ee851c background
background-color: #ee851c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee851c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 133, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 133, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee851c; background: linear-gradient(135deg, #ee851c, #CBEE1C);