#a2daac
a light, soft green · cool · closest name: aquamarine
RGB
162, 218, 172
HSL
131°, 43%, 75%
CMYK
26, 0, 21, 15
Luminance
0.6080
Every format
| HEX | #a2daac |
| RGB | rgb(162, 218, 172) |
| HSL | hsl(131, 43%, 75%) |
| CMYK | cmyk(26%, 0%, 21%, 15%) |
| LAB | lab(82.3 -27.0 16.9) |
| LCH | lch(82.3 31.9 147.9) |
| OKLCH | oklch(0.838 0.086 149.7) |
Copy-ready code
/* CSS */
color: #a2daac;
background-color: #a2daac;
/* Tailwind (arbitrary) */
class="text-[#a2daac] bg-[#a2daac]"
/* SCSS */
$brand: #a2daac;
/* SwiftUI */
Color(red: 0.635, green: 0.855, blue: 0.675)
/* Android */
Color.parseColor("#a2daac")Accessibility — WCAG contrast
Aa
#a2daac on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2daac on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green85.5%
Blue67.5%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow21.1%
Key (black)14.5%
Color previews
#a2daac text on a black background
contrast 13.16:1
Card sample
#a2daac text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2daac;
Background color
Panel with #a2daac background
background-color: #a2daac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2daac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 218, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 218, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2daac; background: linear-gradient(135deg, #a2daac, #A2DAD1);