#e35e21
a balanced, electric orange · warm · closest name: chocolate
RGB
227, 94, 33
HSL
19°, 78%, 51%
CMYK
0, 59, 86, 11
Luminance
0.2445
Every format
| HEX | #e35e21 |
| RGB | rgb(227, 94, 33) |
| HSL | hsl(19, 78%, 51%) |
| CMYK | cmyk(0%, 59%, 86%, 11%) |
| LAB | lab(56.5 49.0 57.1) |
| LCH | lch(56.5 75.3 49.4) |
| OKLCH | oklch(0.644 0.180 41.6) |
Copy-ready code
/* CSS */
color: #e35e21;
background-color: #e35e21;
/* Tailwind (arbitrary) */
class="text-[#e35e21] bg-[#e35e21]"
/* SCSS */
$brand: #e35e21;
/* SwiftUI */
Color(red: 0.890, green: 0.369, blue: 0.129)
/* Android */
Color.parseColor("#e35e21")Accessibility — WCAG contrast
Aa
#e35e21 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e35e21 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green36.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.6%
Yellow85.5%
Key (black)11.0%
Color previews
#e35e21 text on a black background
contrast 5.89:1
Card sample
#e35e21 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e35e21;
Background color
Panel with #e35e21 background
background-color: #e35e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e35e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 94, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 94, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e35e21; background: linear-gradient(135deg, #e35e21, #E3DF21);