#ea7f21
a balanced, electric orange · warm · closest name: chocolate
RGB
234, 127, 33
HSL
28°, 83%, 52%
CMYK
0, 46, 86, 8
Luminance
0.3278
Every format
| HEX | #ea7f21 |
| RGB | rgb(234, 127, 33) |
| HSL | hsl(28, 83%, 52%) |
| CMYK | cmyk(0%, 46%, 86%, 8%) |
| LAB | lab(64.0 35.5 63.7) |
| LCH | lch(64.0 72.9 60.9) |
| OKLCH | oklch(0.703 0.163 55.1) |
Copy-ready code
/* CSS */
color: #ea7f21;
background-color: #ea7f21;
/* Tailwind (arbitrary) */
class="text-[#ea7f21] bg-[#ea7f21]"
/* SCSS */
$brand: #ea7f21;
/* SwiftUI */
Color(red: 0.918, green: 0.498, blue: 0.129)
/* Android */
Color.parseColor("#ea7f21")Accessibility — WCAG contrast
Aa
#ea7f21 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea7f21 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green49.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow85.9%
Key (black)8.2%
Color previews
#ea7f21 text on a black background
contrast 7.56:1
Card sample
#ea7f21 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea7f21;
Background color
Panel with #ea7f21 background
background-color: #ea7f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea7f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 127, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 127, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea7f21; background: linear-gradient(135deg, #ea7f21, #CFEA21);