#aec721
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
174, 199, 33
HSL
69°, 72%, 46%
CMYK
13, 0, 83, 22
Luminance
0.4996
Every format
| HEX | #aec721 |
| RGB | rgb(174, 199, 33) |
| HSL | hsl(69, 72%, 46%) |
| CMYK | cmyk(13%, 0%, 83%, 22%) |
| LAB | lab(76.0 -27.9 71.3) |
| LCH | lch(76.0 76.6 111.4) |
| OKLCH | oklch(0.784 0.176 118.7) |
Copy-ready code
/* CSS */
color: #aec721;
background-color: #aec721;
/* Tailwind (arbitrary) */
class="text-[#aec721] bg-[#aec721]"
/* SCSS */
$brand: #aec721;
/* SwiftUI */
Color(red: 0.682, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#aec721")Accessibility — WCAG contrast
Aa
#aec721 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec721 on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green78.0%
Blue12.9%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow83.4%
Key (black)22.0%
Color previews
#aec721 text on a black background
contrast 10.99:1
Card sample
#aec721 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec721;
Background color
Panel with #aec721 background
background-color: #aec721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec721; background: linear-gradient(135deg, #aec721, #3FC721);