#abdcab
a light, soft green · cool · closest name: aquamarine
RGB
171, 220, 171
HSL
120°, 41%, 77%
CMYK
22, 0, 22, 14
Luminance
0.6278
Every format
| HEX | #abdcab |
| RGB | rgb(171, 220, 171) |
| HSL | hsl(120, 41%, 77%) |
| CMYK | cmyk(22%, 0%, 22%, 14%) |
| LAB | lab(83.3 -25.2 19.0) |
| LCH | lch(83.3 31.6 143.0) |
| OKLCH | oklch(0.847 0.084 144.8) |
Copy-ready code
/* CSS */
color: #abdcab;
background-color: #abdcab;
/* Tailwind (arbitrary) */
class="text-[#abdcab] bg-[#abdcab]"
/* SCSS */
$brand: #abdcab;
/* SwiftUI */
Color(red: 0.671, green: 0.863, blue: 0.671)
/* Android */
Color.parseColor("#abdcab")Accessibility — WCAG contrast
Aa
#abdcab on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdcab on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green86.3%
Blue67.1%
CMYK percentages
Cyan22.3%
Magenta0.0%
Yellow22.3%
Key (black)13.7%
Color previews
#abdcab text on a black background
contrast 13.56:1
Card sample
#abdcab text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdcab;
Background color
Panel with #abdcab background
background-color: #abdcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 220, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 220, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdcab; background: linear-gradient(135deg, #abdcab, #ABDCCC);