#a8cb97
a light, soft green · cool · closest name: tan
RGB
168, 203, 151
HSL
100°, 33%, 69%
CMYK
17, 0, 26, 20
Luminance
0.5327
Every format
| HEX | #a8cb97 |
| RGB | rgb(168, 203, 151) |
| HSL | hsl(100, 33%, 69%) |
| CMYK | cmyk(17%, 0%, 26%, 20%) |
| LAB | lab(78.0 -21.2 22.2) |
| LCH | lch(78.0 30.7 133.7) |
| OKLCH | oklch(0.803 0.081 135.6) |
Copy-ready code
/* CSS */
color: #a8cb97;
background-color: #a8cb97;
/* Tailwind (arbitrary) */
class="text-[#a8cb97] bg-[#a8cb97]"
/* SCSS */
$brand: #a8cb97;
/* SwiftUI */
Color(red: 0.659, green: 0.796, blue: 0.592)
/* Android */
Color.parseColor("#a8cb97")Accessibility — WCAG contrast
Aa
#a8cb97 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8cb97 on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green79.6%
Blue59.2%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow25.6%
Key (black)20.4%
Color previews
#a8cb97 text on a black background
contrast 11.65:1
Card sample
#a8cb97 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8cb97;
Background color
Panel with #a8cb97 background
background-color: #a8cb97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8cb97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 203, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 203, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8cb97; background: linear-gradient(135deg, #a8cb97, #97CBA9);