#ea8121
a balanced, electric orange · warm · closest name: chocolate
RGB
234, 129, 33
HSL
29°, 83%, 52%
CMYK
0, 45, 86, 8
Luminance
0.3330
Every format
| HEX | #ea8121 |
| RGB | rgb(234, 129, 33) |
| HSL | hsl(29, 83%, 52%) |
| CMYK | cmyk(0%, 45%, 86%, 8%) |
| LAB | lab(64.4 34.4 64.0) |
| LCH | lch(64.4 72.7 61.7) |
| OKLCH | oklch(0.706 0.162 56.2) |
Copy-ready code
/* CSS */
color: #ea8121;
background-color: #ea8121;
/* Tailwind (arbitrary) */
class="text-[#ea8121] bg-[#ea8121]"
/* SCSS */
$brand: #ea8121;
/* SwiftUI */
Color(red: 0.918, green: 0.506, blue: 0.129)
/* Android */
Color.parseColor("#ea8121")Accessibility — WCAG contrast
Aa
#ea8121 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea8121 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green50.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.9%
Yellow85.9%
Key (black)8.2%
Color previews
#ea8121 text on a black background
contrast 7.66:1
Card sample
#ea8121 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea8121;
Background color
Panel with #ea8121 background
background-color: #ea8121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea8121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 129, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 129, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea8121; background: linear-gradient(135deg, #ea8121, #CDEA21);