#a2ecba
a light, vivid green · cool · closest name: aquamarine
RGB
162, 236, 186
HSL
140°, 66%, 78%
CMYK
31, 0, 21, 8
Luminance
0.7122
Every format
| HEX | #a2ecba |
| RGB | rgb(162, 236, 186) |
| HSL | hsl(140, 66%, 78%) |
| CMYK | cmyk(31%, 0%, 21%, 8%) |
| LAB | lab(87.6 -33.0 17.1) |
| LCH | lch(87.6 37.2 152.6) |
| OKLCH | oklch(0.881 0.101 154.3) |
Copy-ready code
/* CSS */
color: #a2ecba;
background-color: #a2ecba;
/* Tailwind (arbitrary) */
class="text-[#a2ecba] bg-[#a2ecba]"
/* SCSS */
$brand: #a2ecba;
/* SwiftUI */
Color(red: 0.635, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#a2ecba")Accessibility — WCAG contrast
Aa
#a2ecba on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ecba on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green92.5%
Blue72.9%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#a2ecba text on a black background
contrast 15.24:1
Card sample
#a2ecba text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ecba;
Background color
Panel with #a2ecba background
background-color: #a2ecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ecba; background: linear-gradient(135deg, #a2ecba, #A2ECEB);