#ea8521
a balanced, electric orange · warm · closest name: chocolate
RGB
234, 133, 33
HSL
30°, 83%, 52%
CMYK
0, 43, 86, 8
Luminance
0.3438
Every format
| HEX | #ea8521 |
| RGB | rgb(234, 133, 33) |
| HSL | hsl(30, 83%, 52%) |
| CMYK | cmyk(0%, 43%, 86%, 8%) |
| LAB | lab(65.3 32.4 64.7) |
| LCH | lch(65.3 72.4 63.4) |
| OKLCH | oklch(0.713 0.160 58.3) |
Copy-ready code
/* CSS */
color: #ea8521;
background-color: #ea8521;
/* Tailwind (arbitrary) */
class="text-[#ea8521] bg-[#ea8521]"
/* SCSS */
$brand: #ea8521;
/* SwiftUI */
Color(red: 0.918, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#ea8521")Accessibility — WCAG contrast
Aa
#ea8521 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea8521 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green52.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow85.9%
Key (black)8.2%
Color previews
#ea8521 text on a black background
contrast 7.88:1
Card sample
#ea8521 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea8521;
Background color
Panel with #ea8521 background
background-color: #ea8521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea8521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea8521; background: linear-gradient(135deg, #ea8521, #C9EA21);