#e16b21
a balanced, electric orange · warm · closest name: chocolate
RGB
225, 107, 33
HSL
23°, 76%, 51%
CMYK
0, 52, 85, 12
Luminance
0.2663
Every format
| HEX | #e16b21 |
| RGB | rgb(225, 107, 33) |
| HSL | hsl(23, 76%, 51%) |
| CMYK | cmyk(0%, 52%, 85%, 12%) |
| LAB | lab(58.6 42.0 58.8) |
| LCH | lch(58.6 72.2 54.4) |
| OKLCH | oklch(0.659 0.167 47.4) |
Copy-ready code
/* CSS */
color: #e16b21;
background-color: #e16b21;
/* Tailwind (arbitrary) */
class="text-[#e16b21] bg-[#e16b21]"
/* SCSS */
$brand: #e16b21;
/* SwiftUI */
Color(red: 0.882, green: 0.420, blue: 0.129)
/* Android */
Color.parseColor("#e16b21")Accessibility — WCAG contrast
Aa
#e16b21 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e16b21 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green42.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.4%
Yellow85.3%
Key (black)11.8%
Color previews
#e16b21 text on a black background
contrast 6.33:1
Card sample
#e16b21 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e16b21;
Background color
Panel with #e16b21 background
background-color: #e16b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e16b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 107, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 107, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e16b21; background: linear-gradient(135deg, #e16b21, #D7E121);