#aec521
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
174, 197, 33
HSL
68°, 71%, 45%
CMYK
12, 0, 83, 23
Luminance
0.4904
Every format
| HEX | #aec521 |
| RGB | rgb(174, 197, 33) |
| HSL | hsl(68, 71%, 45%) |
| CMYK | cmyk(12%, 0%, 83%, 23%) |
| LAB | lab(75.5 -26.9 70.9) |
| LCH | lch(75.5 75.8 110.8) |
| OKLCH | oklch(0.779 0.174 118.1) |
Copy-ready code
/* CSS */
color: #aec521;
background-color: #aec521;
/* Tailwind (arbitrary) */
class="text-[#aec521] bg-[#aec521]"
/* SCSS */
$brand: #aec521;
/* SwiftUI */
Color(red: 0.682, green: 0.773, blue: 0.129)
/* Android */
Color.parseColor("#aec521")Accessibility — WCAG contrast
Aa
#aec521 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec521 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green77.3%
Blue12.9%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow83.2%
Key (black)22.7%
Color previews
#aec521 text on a black background
contrast 10.81:1
Card sample
#aec521 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec521;
Background color
Panel with #aec521 background
background-color: #aec521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 197, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 197, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec521; background: linear-gradient(135deg, #aec521, #41C521);