#a8e972
a light, vivid green · cool · closest name: khaki
RGB
168, 233, 114
HSL
93°, 73%, 68%
CMYK
28, 0, 51, 9
Luminance
0.6782
Every format
| HEX | #a8e972 |
| RGB | rgb(168, 233, 114) |
| HSL | hsl(93, 73%, 68%) |
| CMYK | cmyk(28%, 0%, 51%, 9%) |
| LAB | lab(85.9 -40.2 50.9) |
| LCH | lch(85.9 64.9 128.3) |
| OKLCH | oklch(0.865 0.165 132.6) |
Copy-ready code
/* CSS */
color: #a8e972;
background-color: #a8e972;
/* Tailwind (arbitrary) */
class="text-[#a8e972] bg-[#a8e972]"
/* SCSS */
$brand: #a8e972;
/* SwiftUI */
Color(red: 0.659, green: 0.914, blue: 0.447)
/* Android */
Color.parseColor("#a8e972")Accessibility — WCAG contrast
Aa
#a8e972 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8e972 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green91.4%
Blue44.7%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow51.1%
Key (black)8.6%
Color previews
#a8e972 text on a black background
contrast 14.56:1
Card sample
#a8e972 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8e972;
Background color
Panel with #a8e972 background
background-color: #a8e972;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8e972;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 233, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 233, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8e972; background: linear-gradient(135deg, #a8e972, #72E98B);