#aac374
a balanced, soft green · cool · closest name: khaki
RGB
170, 195, 116
HSL
79°, 40%, 61%
CMYK
13, 0, 41, 24
Luminance
0.4884
Every format
| HEX | #aac374 |
| RGB | rgb(170, 195, 116) |
| HSL | hsl(79, 40%, 61%) |
| CMYK | cmyk(13%, 0%, 41%, 24%) |
| LAB | lab(75.3 -21.4 36.9) |
| LCH | lch(75.3 42.7 120.2) |
| OKLCH | oklch(0.780 0.108 123.2) |
Copy-ready code
/* CSS */
color: #aac374;
background-color: #aac374;
/* Tailwind (arbitrary) */
class="text-[#aac374] bg-[#aac374]"
/* SCSS */
$brand: #aac374;
/* SwiftUI */
Color(red: 0.667, green: 0.765, blue: 0.455)
/* Android */
Color.parseColor("#aac374")Accessibility — WCAG contrast
Aa
#aac374 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac374 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green76.5%
Blue45.5%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow40.5%
Key (black)23.5%
Color previews
#aac374 text on a black background
contrast 10.77:1
Card sample
#aac374 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac374;
Background color
Panel with #aac374 background
background-color: #aac374;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac374;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 195, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 195, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac374; background: linear-gradient(135deg, #aac374, #75C374);