#aecd52
a balanced, vivid green · cool · closest name: olivedrab
RGB
174, 205, 82
HSL
75°, 55%, 56%
CMYK
15, 0, 60, 20
Luminance
0.5327
Every format
| HEX | #aecd52 |
| RGB | rgb(174, 205, 82) |
| HSL | hsl(75, 55%, 56%) |
| CMYK | cmyk(15%, 0%, 60%, 20%) |
| LAB | lab(78.0 -28.1 56.3) |
| LCH | lch(78.0 63.0 116.5) |
| OKLCH | oklch(0.801 0.153 121.9) |
Copy-ready code
/* CSS */
color: #aecd52;
background-color: #aecd52;
/* Tailwind (arbitrary) */
class="text-[#aecd52] bg-[#aecd52]"
/* SCSS */
$brand: #aecd52;
/* SwiftUI */
Color(red: 0.682, green: 0.804, blue: 0.322)
/* Android */
Color.parseColor("#aecd52")Accessibility — WCAG contrast
Aa
#aecd52 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aecd52 on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green80.4%
Blue32.2%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow60.0%
Key (black)19.6%
Color previews
#aecd52 text on a black background
contrast 11.65:1
Card sample
#aecd52 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aecd52;
Background color
Panel with #aecd52 background
background-color: #aecd52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aecd52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 205, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 205, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aecd52; background: linear-gradient(135deg, #aecd52, #5CCD52);