#aacf2c
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 207, 44
HSL
74°, 65%, 49%
CMYK
18, 0, 79, 19
Luminance
0.5335
Every format
| HEX | #aacf2c |
| RGB | rgb(170, 207, 44) |
| HSL | hsl(74, 65%, 49%) |
| CMYK | cmyk(18%, 0%, 79%, 19%) |
| LAB | lab(78.1 -32.9 70.2) |
| LCH | lch(78.1 77.5 115.1) |
| OKLCH | oklch(0.800 0.182 122.3) |
Copy-ready code
/* CSS */
color: #aacf2c;
background-color: #aacf2c;
/* Tailwind (arbitrary) */
class="text-[#aacf2c] bg-[#aacf2c]"
/* SCSS */
$brand: #aacf2c;
/* SwiftUI */
Color(red: 0.667, green: 0.812, blue: 0.173)
/* Android */
Color.parseColor("#aacf2c")Accessibility — WCAG contrast
Aa
#aacf2c on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacf2c on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green81.2%
Blue17.3%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow78.7%
Key (black)18.8%
Color previews
#aacf2c text on a black background
contrast 11.67:1
Card sample
#aacf2c text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacf2c;
Background color
Panel with #aacf2c background
background-color: #aacf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 207, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 207, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacf2c; background: linear-gradient(135deg, #aacf2c, #3DCF2C);