#e2a732
a balanced, electric orange · warm · closest name: orange
RGB
226, 167, 50
HSL
40°, 75%, 54%
CMYK
0, 26, 78, 11
Luminance
0.4404
Every format
| HEX | #e2a732 |
| RGB | rgb(226, 167, 50) |
| HSL | hsl(40, 75%, 54%) |
| CMYK | cmyk(0%, 26%, 78%, 11%) |
| LAB | lab(72.3 11.5 64.7) |
| LCH | lch(72.3 65.7 79.9) |
| OKLCH | oklch(0.765 0.143 79.9) |
Copy-ready code
/* CSS */
color: #e2a732;
background-color: #e2a732;
/* Tailwind (arbitrary) */
class="text-[#e2a732] bg-[#e2a732]"
/* SCSS */
$brand: #e2a732;
/* SwiftUI */
Color(red: 0.886, green: 0.655, blue: 0.196)
/* Android */
Color.parseColor("#e2a732")Accessibility — WCAG contrast
Aa
#e2a732 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2a732 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green65.5%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow77.9%
Key (black)11.4%
Color previews
#e2a732 text on a black background
contrast 9.81:1
Card sample
#e2a732 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2a732;
Background color
Panel with #e2a732 background
background-color: #e2a732;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2a732;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 167, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 167, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2a732; background: linear-gradient(135deg, #e2a732, #A8E232);