#ea8432
a balanced, electric orange · warm · closest name: chocolate
RGB
234, 132, 50
HSL
27°, 81%, 56%
CMYK
0, 44, 79, 8
Luminance
0.3423
Every format
| HEX | #ea8432 |
| RGB | rgb(234, 132, 50) |
| HSL | hsl(27, 81%, 56%) |
| CMYK | cmyk(0%, 44%, 79%, 8%) |
| LAB | lab(65.1 33.4 58.4) |
| LCH | lch(65.1 67.3 60.3) |
| OKLCH | oklch(0.712 0.155 54.9) |
Copy-ready code
/* CSS */
color: #ea8432;
background-color: #ea8432;
/* Tailwind (arbitrary) */
class="text-[#ea8432] bg-[#ea8432]"
/* SCSS */
$brand: #ea8432;
/* SwiftUI */
Color(red: 0.918, green: 0.518, blue: 0.196)
/* Android */
Color.parseColor("#ea8432")Accessibility — WCAG contrast
Aa
#ea8432 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea8432 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green51.8%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta43.6%
Yellow78.6%
Key (black)8.2%
Color previews
#ea8432 text on a black background
contrast 7.85:1
Card sample
#ea8432 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea8432;
Background color
Panel with #ea8432 background
background-color: #ea8432;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea8432;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 132, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 132, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea8432; background: linear-gradient(135deg, #ea8432, #D5EA32);