#a7cb90
a light, soft green · cool · closest name: khaki
RGB
167, 203, 144
HSL
97°, 36%, 68%
CMYK
18, 0, 29, 20
Luminance
0.5294
Every format
| HEX | #a7cb90 |
| RGB | rgb(167, 203, 144) |
| HSL | hsl(97, 36%, 68%) |
| CMYK | cmyk(18%, 0%, 29%, 20%) |
| LAB | lab(77.8 -22.7 25.6) |
| LCH | lch(77.8 34.2 131.5) |
| OKLCH | oklch(0.801 0.089 133.6) |
Copy-ready code
/* CSS */
color: #a7cb90;
background-color: #a7cb90;
/* Tailwind (arbitrary) */
class="text-[#a7cb90] bg-[#a7cb90]"
/* SCSS */
$brand: #a7cb90;
/* SwiftUI */
Color(red: 0.655, green: 0.796, blue: 0.565)
/* Android */
Color.parseColor("#a7cb90")Accessibility — WCAG contrast
Aa
#a7cb90 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7cb90 on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green79.6%
Blue56.5%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow29.1%
Key (black)20.4%
Color previews
#a7cb90 text on a black background
contrast 11.59:1
Card sample
#a7cb90 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7cb90;
Background color
Panel with #a7cb90 background
background-color: #a7cb90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7cb90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 203, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 203, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7cb90; background: linear-gradient(135deg, #a7cb90, #90CBA0);