#a7c992
a light, soft green · cool · closest name: tan
RGB
167, 201, 146
HSL
97°, 34%, 68%
CMYK
17, 0, 27, 21
Luminance
0.5206
Every format
| HEX | #a7c992 |
| RGB | rgb(167, 201, 146) |
| HSL | hsl(97, 34%, 68%) |
| CMYK | cmyk(17%, 0%, 27%, 21%) |
| LAB | lab(77.3 -21.4 23.9) |
| LCH | lch(77.3 32.0 131.8) |
| OKLCH | oklch(0.797 0.084 133.8) |
Copy-ready code
/* CSS */
color: #a7c992;
background-color: #a7c992;
/* Tailwind (arbitrary) */
class="text-[#a7c992] bg-[#a7c992]"
/* SCSS */
$brand: #a7c992;
/* SwiftUI */
Color(red: 0.655, green: 0.788, blue: 0.573)
/* Android */
Color.parseColor("#a7c992")Accessibility — WCAG contrast
Aa
#a7c992 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7c992 on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green78.8%
Blue57.3%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow27.4%
Key (black)21.2%
Color previews
#a7c992 text on a black background
contrast 11.41:1
Card sample
#a7c992 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7c992;
Background color
Panel with #a7c992 background
background-color: #a7c992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7c992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 201, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 201, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7c992; background: linear-gradient(135deg, #a7c992, #92C9A2);