#aacc44
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 204, 68
HSL
75°, 57%, 53%
CMYK
17, 0, 67, 20
Luminance
0.5215
Every format
| HEX | #aacc44 |
| RGB | rgb(170, 204, 68) |
| HSL | hsl(75, 57%, 53%) |
| CMYK | cmyk(17%, 0%, 67%, 20%) |
| LAB | lab(77.4 -30.2 61.3) |
| LCH | lch(77.4 68.4 116.2) |
| OKLCH | oklch(0.795 0.164 122.3) |
Copy-ready code
/* CSS */
color: #aacc44;
background-color: #aacc44;
/* Tailwind (arbitrary) */
class="text-[#aacc44] bg-[#aacc44]"
/* SCSS */
$brand: #aacc44;
/* SwiftUI */
Color(red: 0.667, green: 0.800, blue: 0.267)
/* Android */
Color.parseColor("#aacc44")Accessibility — WCAG contrast
Aa
#aacc44 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacc44 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.0%
Blue26.7%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow66.7%
Key (black)20.0%
Color previews
#aacc44 text on a black background
contrast 11.43:1
Card sample
#aacc44 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacc44;
Background color
Panel with #aacc44 background
background-color: #aacc44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacc44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 204, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 204, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacc44; background: linear-gradient(135deg, #aacc44, #4FCC44);