#aac430
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 196, 48
HSL
71°, 61%, 48%
CMYK
13, 0, 76, 23
Luminance
0.4824
Every format
| HEX | #aac430 |
| RGB | rgb(170, 196, 48) |
| HSL | hsl(71, 61%, 48%) |
| CMYK | cmyk(13%, 0%, 76%, 23%) |
| LAB | lab(75.0 -27.5 66.1) |
| LCH | lch(75.0 71.6 112.6) |
| OKLCH | oklch(0.775 0.167 119.4) |
Copy-ready code
/* CSS */
color: #aac430;
background-color: #aac430;
/* Tailwind (arbitrary) */
class="text-[#aac430] bg-[#aac430]"
/* SCSS */
$brand: #aac430;
/* SwiftUI */
Color(red: 0.667, green: 0.769, blue: 0.188)
/* Android */
Color.parseColor("#aac430")Accessibility — WCAG contrast
Aa
#aac430 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac430 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green76.9%
Blue18.8%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow75.5%
Key (black)23.1%
Color previews
#aac430 text on a black background
contrast 10.65:1
Card sample
#aac430 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac430;
Background color
Panel with #aac430 background
background-color: #aac430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 196, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 196, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac430; background: linear-gradient(135deg, #aac430, #47C430);