#aac331
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 195, 49
HSL
70°, 60%, 48%
CMYK
13, 0, 75, 24
Luminance
0.4780
Every format
| HEX | #aac331 |
| RGB | rgb(170, 195, 49) |
| HSL | hsl(70, 60%, 48%) |
| CMYK | cmyk(13%, 0%, 75%, 24%) |
| LAB | lab(74.7 -27.0 65.5) |
| LCH | lch(74.7 70.9 112.4) |
| OKLCH | oklch(0.773 0.166 119.1) |
Copy-ready code
/* CSS */
color: #aac331;
background-color: #aac331;
/* Tailwind (arbitrary) */
class="text-[#aac331] bg-[#aac331]"
/* SCSS */
$brand: #aac331;
/* SwiftUI */
Color(red: 0.667, green: 0.765, blue: 0.192)
/* Android */
Color.parseColor("#aac331")Accessibility — WCAG contrast
Aa
#aac331 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac331 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green76.5%
Blue19.2%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow74.9%
Key (black)23.5%
Color previews
#aac331 text on a black background
contrast 10.56:1
Card sample
#aac331 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac331;
Background color
Panel with #aac331 background
background-color: #aac331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 195, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 195, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac331; background: linear-gradient(135deg, #aac331, #49C331);