#ee7c13
a balanced, electric orange · warm · closest name: chocolate
RGB
238, 124, 19
HSL
29°, 87%, 50%
CMYK
0, 48, 92, 7
Luminance
0.3264
Every format
| HEX | #ee7c13 |
| RGB | rgb(238, 124, 19) |
| HSL | hsl(29, 87%, 50%) |
| CMYK | cmyk(0%, 48%, 92%, 7%) |
| LAB | lab(63.9 38.3 67.7) |
| LCH | lch(63.9 77.8 60.5) |
| OKLCH | oklch(0.703 0.171 54.1) |
Copy-ready code
/* CSS */
color: #ee7c13;
background-color: #ee7c13;
/* Tailwind (arbitrary) */
class="text-[#ee7c13] bg-[#ee7c13]"
/* SCSS */
$brand: #ee7c13;
/* SwiftUI */
Color(red: 0.933, green: 0.486, blue: 0.075)
/* Android */
Color.parseColor("#ee7c13")Accessibility — WCAG contrast
Aa
#ee7c13 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee7c13 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green48.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta47.9%
Yellow92.0%
Key (black)6.7%
Color previews
#ee7c13 text on a black background
contrast 7.53:1
Card sample
#ee7c13 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee7c13;
Background color
Panel with #ee7c13 background
background-color: #ee7c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee7c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 124, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 124, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee7c13; background: linear-gradient(135deg, #ee7c13, #CEEE13);