#ae910c
a dark, electric yellow · cool · closest name: olive
RGB
174, 145, 12
HSL
49°, 87%, 37%
CMYK
0, 17, 93, 32
Luminance
0.2928
Every format
| HEX | #ae910c |
| RGB | rgb(174, 145, 12) |
| HSL | hsl(49, 87%, 37%) |
| CMYK | cmyk(0%, 17%, 93%, 32%) |
| LAB | lab(61.0 -0.7 63.4) |
| LCH | lch(61.0 63.4 90.6) |
| OKLCH | oklch(0.664 0.134 94.4) |
Copy-ready code
/* CSS */
color: #ae910c;
background-color: #ae910c;
/* Tailwind (arbitrary) */
class="text-[#ae910c] bg-[#ae910c]"
/* SCSS */
$brand: #ae910c;
/* SwiftUI */
Color(red: 0.682, green: 0.569, blue: 0.047)
/* Android */
Color.parseColor("#ae910c")Accessibility — WCAG contrast
Aa
#ae910c on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae910c on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green56.9%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow93.1%
Key (black)31.8%
Color previews
#ae910c text on a black background
contrast 6.86:1
Card sample
#ae910c text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae910c;
Background color
Panel with #ae910c background
background-color: #ae910c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae910c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 145, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 145, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae910c; background: linear-gradient(135deg, #ae910c, #5FAE0C);