#a7f1ad
a light, vivid green · cool · closest name: aquamarine
RGB
167, 241, 173
HSL
125°, 73%, 80%
CMYK
31, 0, 28, 6
Luminance
0.7414
Every format
| HEX | #a7f1ad |
| RGB | rgb(167, 241, 173) |
| HSL | hsl(125, 73%, 80%) |
| CMYK | cmyk(31%, 0%, 28%, 6%) |
| LAB | lab(89.0 -36.0 25.8) |
| LCH | lch(89.0 44.3 144.5) |
| OKLCH | oklch(0.892 0.118 146.5) |
Copy-ready code
/* CSS */
color: #a7f1ad;
background-color: #a7f1ad;
/* Tailwind (arbitrary) */
class="text-[#a7f1ad] bg-[#a7f1ad]"
/* SCSS */
$brand: #a7f1ad;
/* SwiftUI */
Color(red: 0.655, green: 0.945, blue: 0.678)
/* Android */
Color.parseColor("#a7f1ad")Accessibility — WCAG contrast
Aa
#a7f1ad on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7f1ad on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green94.5%
Blue67.8%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow28.2%
Key (black)5.5%
Color previews
#a7f1ad text on a black background
contrast 15.83:1
Card sample
#a7f1ad text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7f1ad;
Background color
Panel with #a7f1ad background
background-color: #a7f1ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7f1ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 241, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 241, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7f1ad; background: linear-gradient(135deg, #a7f1ad, #A7F1DE);