#e69a21
a balanced, electric orange · warm · closest name: orange
RGB
230, 154, 33
HSL
37°, 80%, 52%
CMYK
0, 33, 86, 10
Luminance
0.4004
Every format
| HEX | #e69a21 |
| RGB | rgb(230, 154, 33) |
| HSL | hsl(37, 80%, 52%) |
| CMYK | cmyk(0%, 33%, 86%, 10%) |
| LAB | lab(69.5 19.6 68.0) |
| LCH | lch(69.5 70.7 73.9) |
| OKLCH | oklch(0.744 0.151 72.0) |
Copy-ready code
/* CSS */
color: #e69a21;
background-color: #e69a21;
/* Tailwind (arbitrary) */
class="text-[#e69a21] bg-[#e69a21]"
/* SCSS */
$brand: #e69a21;
/* SwiftUI */
Color(red: 0.902, green: 0.604, blue: 0.129)
/* Android */
Color.parseColor("#e69a21")Accessibility — WCAG contrast
Aa
#e69a21 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e69a21 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green60.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.0%
Yellow85.7%
Key (black)9.8%
Color previews
#e69a21 text on a black background
contrast 9.01:1
Card sample
#e69a21 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e69a21;
Background color
Panel with #e69a21 background
background-color: #e69a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e69a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 154, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 154, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e69a21; background: linear-gradient(135deg, #e69a21, #AFE621);