#a2ffdb
a light, electric green · cool · closest name: aquamarine
RGB
162, 255, 219
HSL
157°, 100%, 82%
CMYK
37, 0, 14, 0
Luminance
0.8432
Every format
| HEX | #a2ffdb |
| RGB | rgb(162, 255, 219) |
| HSL | hsl(157, 100%, 82%) |
| CMYK | cmyk(37%, 0%, 14%, 0%) |
| LAB | lab(93.6 -35.4 8.5) |
| LCH | lch(93.6 36.4 166.5) |
| OKLCH | oklch(0.932 0.102 167.6) |
Copy-ready code
/* CSS */
color: #a2ffdb;
background-color: #a2ffdb;
/* Tailwind (arbitrary) */
class="text-[#a2ffdb] bg-[#a2ffdb]"
/* SCSS */
$brand: #a2ffdb;
/* SwiftUI */
Color(red: 0.635, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#a2ffdb")Accessibility — WCAG contrast
Aa
#a2ffdb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ffdb on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green100.0%
Blue85.9%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#a2ffdb text on a black background
contrast 17.86:1
Card sample
#a2ffdb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ffdb;
Background color
Panel with #a2ffdb background
background-color: #a2ffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ffdb; background: linear-gradient(135deg, #a2ffdb, #A2E5FF);