#ea6721
a balanced, electric orange · warm · closest name: chocolate
RGB
234, 103, 33
HSL
21°, 83%, 52%
CMYK
0, 56, 86, 8
Luminance
0.2730
Every format
| HEX | #ea6721 |
| RGB | rgb(234, 103, 33) |
| HSL | hsl(21, 83%, 52%) |
| CMYK | cmyk(0%, 56%, 86%, 8%) |
| LAB | lab(59.3 47.4 59.8) |
| LCH | lch(59.3 76.3 51.6) |
| OKLCH | oklch(0.666 0.179 44.1) |
Copy-ready code
/* CSS */
color: #ea6721;
background-color: #ea6721;
/* Tailwind (arbitrary) */
class="text-[#ea6721] bg-[#ea6721]"
/* SCSS */
$brand: #ea6721;
/* SwiftUI */
Color(red: 0.918, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#ea6721")Accessibility — WCAG contrast
Aa
#ea6721 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea6721 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green40.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow85.9%
Key (black)8.2%
Color previews
#ea6721 text on a black background
contrast 6.46:1
Card sample
#ea6721 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea6721;
Background color
Panel with #ea6721 background
background-color: #ea6721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea6721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea6721; background: linear-gradient(135deg, #ea6721, #E7EA21);