#a1dcb9
a light, vivid green · cool · closest name: aquamarine
RGB
161, 220, 185
HSL
144°, 46%, 75%
CMYK
27, 0, 16, 14
Luminance
0.6227
Every format
| HEX | #a1dcb9 |
| RGB | rgb(161, 220, 185) |
| HSL | hsl(144, 46%, 75%) |
| CMYK | cmyk(27%, 0%, 16%, 14%) |
| LAB | lab(83.0 -25.9 11.2) |
| LCH | lch(83.0 28.2 156.6) |
| OKLCH | oklch(0.845 0.078 158.2) |
Copy-ready code
/* CSS */
color: #a1dcb9;
background-color: #a1dcb9;
/* Tailwind (arbitrary) */
class="text-[#a1dcb9] bg-[#a1dcb9]"
/* SCSS */
$brand: #a1dcb9;
/* SwiftUI */
Color(red: 0.631, green: 0.863, blue: 0.725)
/* Android */
Color.parseColor("#a1dcb9")Accessibility — WCAG contrast
Aa
#a1dcb9 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1dcb9 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green86.3%
Blue72.5%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow15.9%
Key (black)13.7%
Color previews
#a1dcb9 text on a black background
contrast 13.45:1
Card sample
#a1dcb9 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1dcb9;
Background color
Panel with #a1dcb9 background
background-color: #a1dcb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1dcb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 220, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 220, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1dcb9; background: linear-gradient(135deg, #a1dcb9, #A1D8DC);