#aead2c
a dark, vivid yellow · cool · closest name: olive
RGB
174, 173, 44
HSL
60°, 60%, 43%
CMYK
0, 1, 75, 32
Luminance
0.3907
Every format
| HEX | #aead2c |
| RGB | rgb(174, 173, 44) |
| HSL | hsl(60, 60%, 43%) |
| CMYK | cmyk(0%, 1%, 75%, 32%) |
| LAB | lab(68.8 -14.6 61.8) |
| LCH | lch(68.8 63.5 103.3) |
| OKLCH | oklch(0.726 0.143 109.0) |
Copy-ready code
/* CSS */
color: #aead2c;
background-color: #aead2c;
/* Tailwind (arbitrary) */
class="text-[#aead2c] bg-[#aead2c]"
/* SCSS */
$brand: #aead2c;
/* SwiftUI */
Color(red: 0.682, green: 0.678, blue: 0.173)
/* Android */
Color.parseColor("#aead2c")Accessibility — WCAG contrast
Aa
#aead2c on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aead2c on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.8%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta0.6%
Yellow74.7%
Key (black)31.8%
Color previews
#aead2c text on a black background
contrast 8.81:1
Card sample
#aead2c text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aead2c;
Background color
Panel with #aead2c background
background-color: #aead2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aead2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 173, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 173, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aead2c; background: linear-gradient(135deg, #aead2c, #58AE2C);