#e3ac00
a dark, electric yellow · cool · closest name: orange
RGB
227, 172, 0
HSL
46°, 100%, 45%
CMYK
0, 24, 100, 11
Luminance
0.4584
Every format
| HEX | #e3ac00 |
| RGB | rgb(227, 172, 0) |
| HSL | hsl(46, 100%, 45%) |
| CMYK | cmyk(0%, 24%, 100%, 11%) |
| LAB | lab(73.4 8.3 76.4) |
| LCH | lch(73.4 76.9 83.8) |
| OKLCH | oklch(0.774 0.159 85.4) |
Copy-ready code
/* CSS */
color: #e3ac00;
background-color: #e3ac00;
/* Tailwind (arbitrary) */
class="text-[#e3ac00] bg-[#e3ac00]"
/* SCSS */
$brand: #e3ac00;
/* SwiftUI */
Color(red: 0.890, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#e3ac00")Accessibility — WCAG contrast
Aa
#e3ac00 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3ac00 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green67.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow100.0%
Key (black)11.0%
Color previews
#e3ac00 text on a black background
contrast 10.17:1
Card sample
#e3ac00 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3ac00;
Background color
Panel with #e3ac00 background
background-color: #e3ac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3ac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3ac00; background: linear-gradient(135deg, #e3ac00, #82E300);