#aac621
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 198, 33
HSL
70°, 71%, 45%
CMYK
14, 0, 83, 22
Luminance
0.4904
Every format
| HEX | #aac621 |
| RGB | rgb(170, 198, 33) |
| HSL | hsl(70, 71%, 45%) |
| CMYK | cmyk(14%, 0%, 83%, 22%) |
| LAB | lab(75.5 -29.1 70.8) |
| LCH | lch(75.5 76.5 112.3) |
| OKLCH | oklch(0.779 0.176 119.7) |
Copy-ready code
/* CSS */
color: #aac621;
background-color: #aac621;
/* Tailwind (arbitrary) */
class="text-[#aac621] bg-[#aac621]"
/* SCSS */
$brand: #aac621;
/* SwiftUI */
Color(red: 0.667, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#aac621")Accessibility — WCAG contrast
Aa
#aac621 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac621 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green77.6%
Blue12.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#aac621 text on a black background
contrast 10.81:1
Card sample
#aac621 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac621;
Background color
Panel with #aac621 background
background-color: #aac621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac621; background: linear-gradient(135deg, #aac621, #3CC621);