#aeae2f
a dark, vivid yellow · cool · closest name: olive
RGB
174, 174, 47
HSL
60°, 58%, 43%
CMYK
0, 0, 73, 32
Luminance
0.3948
Every format
| HEX | #aeae2f |
| RGB | rgb(174, 174, 47) |
| HSL | hsl(60, 58%, 43%) |
| CMYK | cmyk(0%, 0%, 73%, 32%) |
| LAB | lab(69.1 -15.0 61.0) |
| LCH | lch(69.1 62.8 103.8) |
| OKLCH | oklch(0.728 0.143 109.5) |
Copy-ready code
/* CSS */
color: #aeae2f;
background-color: #aeae2f;
/* Tailwind (arbitrary) */
class="text-[#aeae2f] bg-[#aeae2f]"
/* SCSS */
$brand: #aeae2f;
/* SwiftUI */
Color(red: 0.682, green: 0.682, blue: 0.184)
/* Android */
Color.parseColor("#aeae2f")Accessibility — WCAG contrast
Aa
#aeae2f on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeae2f on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow73.0%
Key (black)31.8%
Color previews
#aeae2f text on a black background
contrast 8.90:1
Card sample
#aeae2f text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeae2f;
Background color
Panel with #aeae2f background
background-color: #aeae2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeae2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 174, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 174, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeae2f; background: linear-gradient(135deg, #aeae2f, #59AE2F);