#aecc21
a balanced, vivid green · cool · closest name: yellow
RGB
174, 204, 33
HSL
71°, 72%, 47%
CMYK
15, 0, 84, 20
Luminance
0.5229
Every format
| HEX | #aecc21 |
| RGB | rgb(174, 204, 33) |
| HSL | hsl(71, 72%, 47%) |
| CMYK | cmyk(15%, 0%, 84%, 20%) |
| LAB | lab(77.5 -30.3 72.5) |
| LCH | lch(77.5 78.6 112.6) |
| OKLCH | oklch(0.795 0.181 120.1) |
Copy-ready code
/* CSS */
color: #aecc21;
background-color: #aecc21;
/* Tailwind (arbitrary) */
class="text-[#aecc21] bg-[#aecc21]"
/* SCSS */
$brand: #aecc21;
/* SwiftUI */
Color(red: 0.682, green: 0.800, blue: 0.129)
/* Android */
Color.parseColor("#aecc21")Accessibility — WCAG contrast
Aa
#aecc21 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aecc21 on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green80.0%
Blue12.9%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow83.8%
Key (black)20.0%
Color previews
#aecc21 text on a black background
contrast 11.46:1
Card sample
#aecc21 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aecc21;
Background color
Panel with #aecc21 background
background-color: #aecc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aecc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 204, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 204, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aecc21; background: linear-gradient(135deg, #aecc21, #3CCC21);