#ea8941
a balanced, electric orange · warm · closest name: peru
RGB
234, 137, 65
HSL
26°, 80%, 59%
CMYK
0, 42, 72, 8
Luminance
0.3577
Every format
| HEX | #ea8941 |
| RGB | rgb(234, 137, 65) |
| HSL | hsl(26, 80%, 59%) |
| CMYK | cmyk(0%, 42%, 72%, 8%) |
| LAB | lab(66.3 31.4 53.0) |
| LCH | lch(66.3 61.6 59.4) |
| OKLCH | oklch(0.722 0.146 54.3) |
Copy-ready code
/* CSS */
color: #ea8941;
background-color: #ea8941;
/* Tailwind (arbitrary) */
class="text-[#ea8941] bg-[#ea8941]"
/* SCSS */
$brand: #ea8941;
/* SwiftUI */
Color(red: 0.918, green: 0.537, blue: 0.255)
/* Android */
Color.parseColor("#ea8941")Accessibility — WCAG contrast
Aa
#ea8941 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea8941 on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green53.7%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow72.2%
Key (black)8.2%
Color previews
#ea8941 text on a black background
contrast 8.15:1
Card sample
#ea8941 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea8941;
Background color
Panel with #ea8941 background
background-color: #ea8941;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea8941;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 137, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 137, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea8941; background: linear-gradient(135deg, #ea8941, #DAEA41);