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