#aacf94
a light, soft green · cool · closest name: khaki
RGB
170, 207, 148
HSL
98°, 38%, 70%
CMYK
18, 0, 29, 19
Luminance
0.5531
Every format
| HEX | #aacf94 |
| RGB | rgb(170, 207, 148) |
| HSL | hsl(98, 38%, 70%) |
| CMYK | cmyk(18%, 0%, 29%, 19%) |
| LAB | lab(79.2 -22.9 25.4) |
| LCH | lch(79.2 34.3 132.1) |
| OKLCH | oklch(0.813 0.089 134.2) |
Copy-ready code
/* CSS */
color: #aacf94;
background-color: #aacf94;
/* Tailwind (arbitrary) */
class="text-[#aacf94] bg-[#aacf94]"
/* SCSS */
$brand: #aacf94;
/* SwiftUI */
Color(red: 0.667, green: 0.812, blue: 0.580)
/* Android */
Color.parseColor("#aacf94")Accessibility — WCAG contrast
Aa
#aacf94 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacf94 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green81.2%
Blue58.0%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow28.5%
Key (black)18.8%
Color previews
#aacf94 text on a black background
contrast 12.06:1
Card sample
#aacf94 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacf94;
Background color
Panel with #aacf94 background
background-color: #aacf94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacf94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 207, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 207, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacf94; background: linear-gradient(135deg, #aacf94, #94CFA5);