#a7fccc
a light, electric green · cool · closest name: aquamarine
RGB
167, 252, 204
HSL
146°, 93%, 82%
CMYK
34, 0, 19, 1
Luminance
0.8220
Every format
| HEX | #a7fccc |
| RGB | rgb(167, 252, 204) |
| HSL | hsl(146, 93%, 82%) |
| CMYK | cmyk(34%, 0%, 19%, 1%) |
| LAB | lab(92.7 -35.6 14.9) |
| LCH | lch(92.7 38.6 157.2) |
| OKLCH | oklch(0.924 0.106 158.7) |
Copy-ready code
/* CSS */
color: #a7fccc;
background-color: #a7fccc;
/* Tailwind (arbitrary) */
class="text-[#a7fccc] bg-[#a7fccc]"
/* SCSS */
$brand: #a7fccc;
/* SwiftUI */
Color(red: 0.655, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#a7fccc")Accessibility — WCAG contrast
Aa
#a7fccc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7fccc on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green98.8%
Blue80.0%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#a7fccc text on a black background
contrast 17.44:1
Card sample
#a7fccc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7fccc;
Background color
Panel with #a7fccc background
background-color: #a7fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7fccc; background: linear-gradient(135deg, #a7fccc, #A7F3FC);