#ea7d30
a balanced, electric orange · warm · closest name: chocolate
RGB
234, 125, 48
HSL
25°, 82%, 55%
CMYK
0, 47, 80, 8
Luminance
0.3237
Every format
| HEX | #ea7d30 |
| RGB | rgb(234, 125, 48) |
| HSL | hsl(25, 82%, 55%) |
| CMYK | cmyk(0%, 47%, 80%, 8%) |
| LAB | lab(63.6 36.9 57.8) |
| LCH | lch(63.6 68.6 57.4) |
| OKLCH | oklch(0.700 0.160 51.5) |
Copy-ready code
/* CSS */
color: #ea7d30;
background-color: #ea7d30;
/* Tailwind (arbitrary) */
class="text-[#ea7d30] bg-[#ea7d30]"
/* SCSS */
$brand: #ea7d30;
/* SwiftUI */
Color(red: 0.918, green: 0.490, blue: 0.188)
/* Android */
Color.parseColor("#ea7d30")Accessibility — WCAG contrast
Aa
#ea7d30 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea7d30 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green49.0%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow79.5%
Key (black)8.2%
Color previews
#ea7d30 text on a black background
contrast 7.47:1
Card sample
#ea7d30 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea7d30;
Background color
Panel with #ea7d30 background
background-color: #ea7d30;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea7d30;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 125, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 125, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea7d30; background: linear-gradient(135deg, #ea7d30, #DBEA30);