#aace2d
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 206, 45
HSL
73°, 64%, 49%
CMYK
18, 0, 78, 19
Luminance
0.5288
Every format
| HEX | #aace2d |
| RGB | rgb(170, 206, 45) |
| HSL | hsl(73, 64%, 49%) |
| CMYK | cmyk(18%, 0%, 78%, 19%) |
| LAB | lab(77.8 -32.4 69.6) |
| LCH | lch(77.8 76.8 114.9) |
| OKLCH | oklch(0.798 0.180 122.1) |
Copy-ready code
/* CSS */
color: #aace2d;
background-color: #aace2d;
/* Tailwind (arbitrary) */
class="text-[#aace2d] bg-[#aace2d]"
/* SCSS */
$brand: #aace2d;
/* SwiftUI */
Color(red: 0.667, green: 0.808, blue: 0.176)
/* Android */
Color.parseColor("#aace2d")Accessibility — WCAG contrast
Aa
#aace2d on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aace2d on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.8%
Blue17.6%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow78.2%
Key (black)19.2%
Color previews
#aace2d text on a black background
contrast 11.58:1
Card sample
#aace2d text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aace2d;
Background color
Panel with #aace2d background
background-color: #aace2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aace2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 206, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 206, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aace2d; background: linear-gradient(135deg, #aace2d, #3FCE2D);