#ae8e21
a dark, vivid yellow · cool · closest name: olive
RGB
174, 142, 33
HSL
46°, 68%, 41%
CMYK
0, 18, 81, 32
Luminance
0.2845
Every format
| HEX | #ae8e21 |
| RGB | rgb(174, 142, 33) |
| HSL | hsl(46, 68%, 41%) |
| CMYK | cmyk(0%, 18%, 81%, 32%) |
| LAB | lab(60.3 1.4 57.7) |
| LCH | lch(60.3 57.7 88.6) |
| OKLCH | oklch(0.658 0.125 91.2) |
Copy-ready code
/* CSS */
color: #ae8e21;
background-color: #ae8e21;
/* Tailwind (arbitrary) */
class="text-[#ae8e21] bg-[#ae8e21]"
/* SCSS */
$brand: #ae8e21;
/* SwiftUI */
Color(red: 0.682, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#ae8e21")Accessibility — WCAG contrast
Aa
#ae8e21 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae8e21 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green55.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow81.0%
Key (black)31.8%
Color previews
#ae8e21 text on a black background
contrast 6.69:1
Card sample
#ae8e21 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8e21;
Background color
Panel with #ae8e21 background
background-color: #ae8e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8e21; background: linear-gradient(135deg, #ae8e21, #70AE21);