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