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