#e1ac00
a dark, electric yellow · cool · closest name: orange
RGB
225, 172, 0
HSL
46°, 100%, 44%
CMYK
0, 24, 100, 12
Luminance
0.4551
Every format
| HEX | #e1ac00 |
| RGB | rgb(225, 172, 0) |
| HSL | hsl(46, 100%, 44%) |
| CMYK | cmyk(0%, 24%, 100%, 12%) |
| LAB | lab(73.2 7.4 76.2) |
| LCH | lch(73.2 76.5 84.5) |
| OKLCH | oklch(0.772 0.158 86.2) |
Copy-ready code
/* CSS */
color: #e1ac00;
background-color: #e1ac00;
/* Tailwind (arbitrary) */
class="text-[#e1ac00] bg-[#e1ac00]"
/* SCSS */
$brand: #e1ac00;
/* SwiftUI */
Color(red: 0.882, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#e1ac00")Accessibility — WCAG contrast
Aa
#e1ac00 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1ac00 on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green67.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow100.0%
Key (black)11.8%
Color previews
#e1ac00 text on a black background
contrast 10.10:1
Card sample
#e1ac00 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1ac00;
Background color
Panel with #e1ac00 background
background-color: #e1ac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1ac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1ac00; background: linear-gradient(135deg, #e1ac00, #80E100);