#e27b21
a balanced, electric orange · warm · closest name: chocolate
RGB
226, 123, 33
HSL
28°, 77%, 51%
CMYK
0, 46, 85, 11
Luminance
0.3044
Every format
| HEX | #e27b21 |
| RGB | rgb(226, 123, 33) |
| HSL | hsl(28, 77%, 51%) |
| CMYK | cmyk(0%, 46%, 85%, 11%) |
| LAB | lab(62.0 34.3 61.6) |
| LCH | lch(62.0 70.5 60.9) |
| OKLCH | oklch(0.685 0.158 55.2) |
Copy-ready code
/* CSS */
color: #e27b21;
background-color: #e27b21;
/* Tailwind (arbitrary) */
class="text-[#e27b21] bg-[#e27b21]"
/* SCSS */
$brand: #e27b21;
/* SwiftUI */
Color(red: 0.886, green: 0.482, blue: 0.129)
/* Android */
Color.parseColor("#e27b21")Accessibility — WCAG contrast
Aa
#e27b21 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e27b21 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green48.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.6%
Yellow85.4%
Key (black)11.4%
Color previews
#e27b21 text on a black background
contrast 7.09:1
Card sample
#e27b21 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e27b21;
Background color
Panel with #e27b21 background
background-color: #e27b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e27b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 123, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 123, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e27b21; background: linear-gradient(135deg, #e27b21, #C8E221);