#a2ffcf
a light, electric green · cool · closest name: aquamarine
RGB
162, 255, 207
HSL
149°, 100%, 82%
CMYK
37, 0, 19, 0
Luminance
0.8371
Every format
| HEX | #a2ffcf |
| RGB | rgb(162, 255, 207) |
| HSL | hsl(149, 100%, 82%) |
| CMYK | cmyk(37%, 0%, 19%, 0%) |
| LAB | lab(93.3 -37.8 14.3) |
| LCH | lch(93.3 40.4 159.2) |
| OKLCH | oklch(0.929 0.111 160.7) |
Copy-ready code
/* CSS */
color: #a2ffcf;
background-color: #a2ffcf;
/* Tailwind (arbitrary) */
class="text-[#a2ffcf] bg-[#a2ffcf]"
/* SCSS */
$brand: #a2ffcf;
/* SwiftUI */
Color(red: 0.635, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#a2ffcf")Accessibility — WCAG contrast
Aa
#a2ffcf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ffcf on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green100.0%
Blue81.2%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#a2ffcf text on a black background
contrast 17.74:1
Card sample
#a2ffcf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ffcf;
Background color
Panel with #a2ffcf background
background-color: #a2ffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ffcf; background: linear-gradient(135deg, #a2ffcf, #A2F1FF);