#ea9c21
a balanced, electric orange · warm · closest name: orange
RGB
234, 156, 33
HSL
37°, 83%, 52%
CMYK
0, 33, 86, 8
Luminance
0.4138
Every format
| HEX | #ea9c21 |
| RGB | rgb(234, 156, 33) |
| HSL | hsl(37, 83%, 52%) |
| CMYK | cmyk(0%, 33%, 86%, 8%) |
| LAB | lab(70.4 20.2 68.9) |
| LCH | lch(70.4 71.8 73.6) |
| OKLCH | oklch(0.753 0.153 71.6) |
Copy-ready code
/* CSS */
color: #ea9c21;
background-color: #ea9c21;
/* Tailwind (arbitrary) */
class="text-[#ea9c21] bg-[#ea9c21]"
/* SCSS */
$brand: #ea9c21;
/* SwiftUI */
Color(red: 0.918, green: 0.612, blue: 0.129)
/* Android */
Color.parseColor("#ea9c21")Accessibility — WCAG contrast
Aa
#ea9c21 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea9c21 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green61.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow85.9%
Key (black)8.2%
Color previews
#ea9c21 text on a black background
contrast 9.28:1
Card sample
#ea9c21 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea9c21;
Background color
Panel with #ea9c21 background
background-color: #ea9c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea9c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 156, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 156, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea9c21; background: linear-gradient(135deg, #ea9c21, #B2EA21);