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