#e3a430
a balanced, electric orange · warm · closest name: orange
RGB
227, 164, 48
HSL
39°, 76%, 54%
CMYK
0, 28, 79, 11
Luminance
0.4310
Every format
| HEX | #e3a430 |
| RGB | rgb(227, 164, 48) |
| HSL | hsl(39, 76%, 54%) |
| CMYK | cmyk(0%, 28%, 79%, 11%) |
| LAB | lab(71.6 13.4 64.9) |
| LCH | lch(71.6 66.3 78.3) |
| OKLCH | oklch(0.760 0.144 77.7) |
Copy-ready code
/* CSS */
color: #e3a430;
background-color: #e3a430;
/* Tailwind (arbitrary) */
class="text-[#e3a430] bg-[#e3a430]"
/* SCSS */
$brand: #e3a430;
/* SwiftUI */
Color(red: 0.890, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#e3a430")Accessibility — WCAG contrast
Aa
#e3a430 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3a430 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green64.3%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow78.9%
Key (black)11.0%
Color previews
#e3a430 text on a black background
contrast 9.62:1
Card sample
#e3a430 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3a430;
Background color
Panel with #e3a430 background
background-color: #e3a430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3a430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3a430; background: linear-gradient(135deg, #e3a430, #ABE330);