#ea8c21
a balanced, electric orange · warm · closest name: orange
RGB
234, 140, 33
HSL
32°, 83%, 52%
CMYK
0, 40, 86, 8
Luminance
0.3636
Every format
| HEX | #ea8c21 |
| RGB | rgb(234, 140, 33) |
| HSL | hsl(32, 83%, 52%) |
| CMYK | cmyk(0%, 40%, 86%, 8%) |
| LAB | lab(66.8 28.7 66.0) |
| LCH | lch(66.8 71.9 66.5) |
| OKLCH | oklch(0.724 0.157 62.2) |
Copy-ready code
/* CSS */
color: #ea8c21;
background-color: #ea8c21;
/* Tailwind (arbitrary) */
class="text-[#ea8c21] bg-[#ea8c21]"
/* SCSS */
$brand: #ea8c21;
/* SwiftUI */
Color(red: 0.918, green: 0.549, blue: 0.129)
/* Android */
Color.parseColor("#ea8c21")Accessibility — WCAG contrast
Aa
#ea8c21 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea8c21 on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green54.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow85.9%
Key (black)8.2%
Color previews
#ea8c21 text on a black background
contrast 8.27:1
Card sample
#ea8c21 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea8c21;
Background color
Panel with #ea8c21 background
background-color: #ea8c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea8c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 140, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 140, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea8c21; background: linear-gradient(135deg, #ea8c21, #C2EA21);