#a7f1cf
a light, vivid green · cool · closest name: aquamarine
RGB
167, 241, 207
HSL
152°, 73%, 80%
CMYK
31, 0, 14, 6
Luminance
0.7563
Every format
| HEX | #a7f1cf |
| RGB | rgb(167, 241, 207) |
| HSL | hsl(152, 73%, 80%) |
| CMYK | cmyk(31%, 0%, 14%, 6%) |
| LAB | lab(89.7 -29.9 9.2) |
| LCH | lch(89.7 31.3 162.9) |
| OKLCH | oklch(0.900 0.087 164.3) |
Copy-ready code
/* CSS */
color: #a7f1cf;
background-color: #a7f1cf;
/* Tailwind (arbitrary) */
class="text-[#a7f1cf] bg-[#a7f1cf]"
/* SCSS */
$brand: #a7f1cf;
/* SwiftUI */
Color(red: 0.655, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#a7f1cf")Accessibility — WCAG contrast
Aa
#a7f1cf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7f1cf on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green94.5%
Blue81.2%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow14.1%
Key (black)5.5%
Color previews
#a7f1cf text on a black background
contrast 16.13:1
Card sample
#a7f1cf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7f1cf;
Background color
Panel with #a7f1cf background
background-color: #a7f1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7f1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7f1cf; background: linear-gradient(135deg, #a7f1cf, #A7E2F1);