#a7ffce
a light, electric green · cool · closest name: aquamarine
RGB
167, 255, 206
HSL
147°, 100%, 83%
CMYK
35, 0, 19, 0
Luminance
0.8419
Every format
| HEX | #a7ffce |
| RGB | rgb(167, 255, 206) |
| HSL | hsl(147, 100%, 83%) |
| CMYK | cmyk(35%, 0%, 19%, 0%) |
| LAB | lab(93.5 -36.6 15.2) |
| LCH | lch(93.5 39.6 157.5) |
| OKLCH | oklch(0.931 0.109 159.0) |
Copy-ready code
/* CSS */
color: #a7ffce;
background-color: #a7ffce;
/* Tailwind (arbitrary) */
class="text-[#a7ffce] bg-[#a7ffce]"
/* SCSS */
$brand: #a7ffce;
/* SwiftUI */
Color(red: 0.655, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#a7ffce")Accessibility — WCAG contrast
Aa
#a7ffce on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ffce on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green100.0%
Blue80.8%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#a7ffce text on a black background
contrast 17.84:1
Card sample
#a7ffce text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ffce;
Background color
Panel with #a7ffce background
background-color: #a7ffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ffce; background: linear-gradient(135deg, #a7ffce, #A7F5FF);