#a2fac2
a light, electric green · cool · closest name: aquamarine
RGB
162, 250, 194
HSL
142°, 90%, 81%
CMYK
35, 0, 22, 2
Luminance
0.7995
Every format
| HEX | #a2fac2 |
| RGB | rgb(162, 250, 194) |
| HSL | hsl(142, 90%, 81%) |
| CMYK | cmyk(35%, 0%, 22%, 2%) |
| LAB | lab(91.7 -38.0 18.6) |
| LCH | lch(91.7 42.3 153.8) |
| OKLCH | oklch(0.915 0.115 155.5) |
Copy-ready code
/* CSS */
color: #a2fac2;
background-color: #a2fac2;
/* Tailwind (arbitrary) */
class="text-[#a2fac2] bg-[#a2fac2]"
/* SCSS */
$brand: #a2fac2;
/* SwiftUI */
Color(red: 0.635, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#a2fac2")Accessibility — WCAG contrast
Aa
#a2fac2 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2fac2 on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green98.0%
Blue76.1%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#a2fac2 text on a black background
contrast 16.99:1
Card sample
#a2fac2 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2fac2;
Background color
Panel with #a2fac2 background
background-color: #a2fac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2fac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2fac2; background: linear-gradient(135deg, #a2fac2, #A2F7FA);