#ee7331
a balanced, electric orange · warm · closest name: chocolate
RGB
238, 115, 49
HSL
21°, 85%, 56%
CMYK
0, 52, 79, 7
Luminance
0.3066
Every format
| HEX | #ee7331 |
| RGB | rgb(238, 115, 49) |
| HSL | hsl(21, 85%, 56%) |
| CMYK | cmyk(0%, 52%, 79%, 7%) |
| LAB | lab(62.2 43.5 56.3) |
| LCH | lch(62.2 71.1 52.3) |
| OKLCH | oklch(0.691 0.170 45.6) |
Copy-ready code
/* CSS */
color: #ee7331;
background-color: #ee7331;
/* Tailwind (arbitrary) */
class="text-[#ee7331] bg-[#ee7331]"
/* SCSS */
$brand: #ee7331;
/* SwiftUI */
Color(red: 0.933, green: 0.451, blue: 0.192)
/* Android */
Color.parseColor("#ee7331")Accessibility — WCAG contrast
Aa
#ee7331 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee7331 on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green45.1%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow79.4%
Key (black)6.7%
Color previews
#ee7331 text on a black background
contrast 7.13:1
Card sample
#ee7331 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee7331;
Background color
Panel with #ee7331 background
background-color: #ee7331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee7331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 115, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 115, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee7331; background: linear-gradient(135deg, #ee7331, #EBEE31);