#aeaf2e
a dark, vivid yellow · cool · closest name: olive
RGB
174, 175, 46
HSL
61°, 58%, 43%
CMYK
1, 0, 74, 31
Luminance
0.3986
Every format
| HEX | #aeaf2e |
| RGB | rgb(174, 175, 46) |
| HSL | hsl(61, 58%, 43%) |
| CMYK | cmyk(1%, 0%, 74%, 31%) |
| LAB | lab(69.4 -15.6 61.6) |
| LCH | lch(69.4 63.6 104.2) |
| OKLCH | oklch(0.731 0.144 109.9) |
Copy-ready code
/* CSS */
color: #aeaf2e;
background-color: #aeaf2e;
/* Tailwind (arbitrary) */
class="text-[#aeaf2e] bg-[#aeaf2e]"
/* SCSS */
$brand: #aeaf2e;
/* SwiftUI */
Color(red: 0.682, green: 0.686, blue: 0.180)
/* Android */
Color.parseColor("#aeaf2e")Accessibility — WCAG contrast
Aa
#aeaf2e on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeaf2e on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.6%
Blue18.0%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow73.7%
Key (black)31.4%
Color previews
#aeaf2e text on a black background
contrast 8.97:1
Card sample
#aeaf2e text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeaf2e;
Background color
Panel with #aeaf2e background
background-color: #aeaf2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeaf2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 175, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 175, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeaf2e; background: linear-gradient(135deg, #aeaf2e, #58AF2E);