#aace49
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 206, 73
HSL
76°, 58%, 55%
CMYK
18, 0, 65, 19
Luminance
0.5317
Every format
| HEX | #aace49 |
| RGB | rgb(170, 206, 73) |
| HSL | hsl(76, 58%, 55%) |
| CMYK | cmyk(18%, 0%, 65%, 19%) |
| LAB | lab(78.0 -30.8 60.0) |
| LCH | lch(78.0 67.4 117.2) |
| OKLCH | oklch(0.800 0.163 123.1) |
Copy-ready code
/* CSS */
color: #aace49;
background-color: #aace49;
/* Tailwind (arbitrary) */
class="text-[#aace49] bg-[#aace49]"
/* SCSS */
$brand: #aace49;
/* SwiftUI */
Color(red: 0.667, green: 0.808, blue: 0.286)
/* Android */
Color.parseColor("#aace49")Accessibility — WCAG contrast
Aa
#aace49 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aace49 on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.8%
Blue28.6%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow64.6%
Key (black)19.2%
Color previews
#aace49 text on a black background
contrast 11.63:1
Card sample
#aace49 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aace49;
Background color
Panel with #aace49 background
background-color: #aace49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aace49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 206, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 206, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aace49; background: linear-gradient(135deg, #aace49, #51CE49);