#ea7921
a balanced, electric orange · warm · closest name: chocolate
RGB
234, 121, 33
HSL
26°, 83%, 52%
CMYK
0, 48, 86, 8
Luminance
0.3128
Every format
| HEX | #ea7921 |
| RGB | rgb(234, 121, 33) |
| HSL | hsl(26, 83%, 52%) |
| CMYK | cmyk(0%, 48%, 86%, 8%) |
| LAB | lab(62.7 38.5 62.7) |
| LCH | lch(62.7 73.6 58.4) |
| OKLCH | oklch(0.693 0.167 52.1) |
Copy-ready code
/* CSS */
color: #ea7921;
background-color: #ea7921;
/* Tailwind (arbitrary) */
class="text-[#ea7921] bg-[#ea7921]"
/* SCSS */
$brand: #ea7921;
/* SwiftUI */
Color(red: 0.918, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#ea7921")Accessibility — WCAG contrast
Aa
#ea7921 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea7921 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow85.9%
Key (black)8.2%
Color previews
#ea7921 text on a black background
contrast 7.26:1
Card sample
#ea7921 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea7921;
Background color
Panel with #ea7921 background
background-color: #ea7921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea7921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea7921; background: linear-gradient(135deg, #ea7921, #D5EA21);