#aace39
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 206, 57
HSL
75°, 60%, 52%
CMYK
18, 0, 72, 19
Luminance
0.5298
Every format
| HEX | #aace39 |
| RGB | rgb(170, 206, 57) |
| HSL | hsl(75, 60%, 52%) |
| CMYK | cmyk(18%, 0%, 72%, 19%) |
| LAB | lab(77.9 -31.8 65.9) |
| LCH | lch(77.9 73.2 115.8) |
| OKLCH | oklch(0.798 0.174 122.4) |
Copy-ready code
/* CSS */
color: #aace39;
background-color: #aace39;
/* Tailwind (arbitrary) */
class="text-[#aace39] bg-[#aace39]"
/* SCSS */
$brand: #aace39;
/* SwiftUI */
Color(red: 0.667, green: 0.808, blue: 0.224)
/* Android */
Color.parseColor("#aace39")Accessibility — WCAG contrast
Aa
#aace39 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aace39 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.8%
Blue22.4%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow72.3%
Key (black)19.2%
Color previews
#aace39 text on a black background
contrast 11.60:1
Card sample
#aace39 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aace39;
Background color
Panel with #aace39 background
background-color: #aace39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aace39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 206, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 206, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aace39; background: linear-gradient(135deg, #aace39, #47CE39);