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