#a7f8cf
a light, electric green · cool · closest name: aquamarine
RGB
167, 248, 207
HSL
150°, 85%, 81%
CMYK
33, 0, 17, 3
Luminance
0.7986
Every format
| HEX | #a7f8cf |
| RGB | rgb(167, 248, 207) |
| HSL | hsl(150, 85%, 81%) |
| CMYK | cmyk(33%, 0%, 17%, 3%) |
| LAB | lab(91.6 -33.1 11.9) |
| LCH | lch(91.6 35.2 160.2) |
| OKLCH | oklch(0.916 0.098 161.6) |
Copy-ready code
/* CSS */
color: #a7f8cf;
background-color: #a7f8cf;
/* Tailwind (arbitrary) */
class="text-[#a7f8cf] bg-[#a7f8cf]"
/* SCSS */
$brand: #a7f8cf;
/* SwiftUI */
Color(red: 0.655, green: 0.973, blue: 0.812)
/* Android */
Color.parseColor("#a7f8cf")Accessibility — WCAG contrast
Aa
#a7f8cf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7f8cf on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green97.3%
Blue81.2%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow16.5%
Key (black)2.7%
Color previews
#a7f8cf text on a black background
contrast 16.97:1
Card sample
#a7f8cf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7f8cf;
Background color
Panel with #a7f8cf background
background-color: #a7f8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7f8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 248, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 248, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7f8cf; background: linear-gradient(135deg, #a7f8cf, #A7EBF8);