#aace4f
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 206, 79
HSL
77°, 56%, 56%
CMYK
18, 0, 62, 19
Luminance
0.5325
Every format
| HEX | #aace4f |
| RGB | rgb(170, 206, 79) |
| HSL | hsl(77, 56%, 56%) |
| CMYK | cmyk(18%, 0%, 62%, 19%) |
| LAB | lab(78.0 -30.4 57.5) |
| LCH | lch(78.0 65.1 117.8) |
| OKLCH | oklch(0.800 0.158 123.4) |
Copy-ready code
/* CSS */
color: #aace4f;
background-color: #aace4f;
/* Tailwind (arbitrary) */
class="text-[#aace4f] bg-[#aace4f]"
/* SCSS */
$brand: #aace4f;
/* SwiftUI */
Color(red: 0.667, green: 0.808, blue: 0.310)
/* Android */
Color.parseColor("#aace4f")Accessibility — WCAG contrast
Aa
#aace4f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aace4f on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.8%
Blue31.0%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow61.7%
Key (black)19.2%
Color previews
#aace4f text on a black background
contrast 11.65:1
Card sample
#aace4f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aace4f;
Background color
Panel with #aace4f background
background-color: #aace4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aace4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 206, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 206, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aace4f; background: linear-gradient(135deg, #aace4f, #55CE4F);