#a2facf
a light, electric green · cool · closest name: aquamarine
RGB
162, 250, 207
HSL
151°, 90%, 81%
CMYK
35, 0, 17, 2
Luminance
0.8056
Every format
| HEX | #a2facf |
| RGB | rgb(162, 250, 207) |
| HSL | hsl(151, 90%, 81%) |
| CMYK | cmyk(35%, 0%, 17%, 2%) |
| LAB | lab(91.9 -35.5 12.3) |
| LCH | lch(91.9 37.6 160.8) |
| OKLCH | oklch(0.918 0.104 162.2) |
Copy-ready code
/* CSS */
color: #a2facf;
background-color: #a2facf;
/* Tailwind (arbitrary) */
class="text-[#a2facf] bg-[#a2facf]"
/* SCSS */
$brand: #a2facf;
/* SwiftUI */
Color(red: 0.635, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#a2facf")Accessibility — WCAG contrast
Aa
#a2facf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2facf on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green98.0%
Blue81.2%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#a2facf text on a black background
contrast 17.11:1
Card sample
#a2facf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2facf;
Background color
Panel with #a2facf background
background-color: #a2facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2facf; background: linear-gradient(135deg, #a2facf, #A2EAFA);