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