#aacc33
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 204, 51
HSL
73°, 60%, 50%
CMYK
17, 0, 75, 20
Luminance
0.5197
Every format
| HEX | #aacc33 |
| RGB | rgb(170, 204, 51) |
| HSL | hsl(73, 60%, 50%) |
| CMYK | cmyk(17%, 0%, 75%, 20%) |
| LAB | lab(77.3 -31.2 67.3) |
| LCH | lch(77.3 74.2 114.9) |
| OKLCH | oklch(0.793 0.175 121.7) |
Copy-ready code
/* CSS */
color: #aacc33;
background-color: #aacc33;
/* Tailwind (arbitrary) */
class="text-[#aacc33] bg-[#aacc33]"
/* SCSS */
$brand: #aacc33;
/* SwiftUI */
Color(red: 0.667, green: 0.800, blue: 0.200)
/* Android */
Color.parseColor("#aacc33")Accessibility — WCAG contrast
Aa
#aacc33 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacc33 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.0%
Blue20.0%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow75.0%
Key (black)20.0%
Color previews
#aacc33 text on a black background
contrast 11.39:1
Card sample
#aacc33 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacc33;
Background color
Panel with #aacc33 background
background-color: #aacc33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacc33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 204, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 204, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacc33; background: linear-gradient(135deg, #aacc33, #44CC33);