#abdbab
a light, soft green · cool · closest name: aquamarine
RGB
171, 219, 171
HSL
120°, 40%, 77%
CMYK
22, 0, 22, 14
Luminance
0.6226
Every format
| HEX | #abdbab |
| RGB | rgb(171, 219, 171) |
| HSL | hsl(120, 40%, 77%) |
| CMYK | cmyk(22%, 0%, 22%, 14%) |
| LAB | lab(83.0 -24.7 18.6) |
| LCH | lch(83.0 31.0 143.0) |
| OKLCH | oklch(0.845 0.083 144.8) |
Copy-ready code
/* CSS */
color: #abdbab;
background-color: #abdbab;
/* Tailwind (arbitrary) */
class="text-[#abdbab] bg-[#abdbab]"
/* SCSS */
$brand: #abdbab;
/* SwiftUI */
Color(red: 0.671, green: 0.859, blue: 0.671)
/* Android */
Color.parseColor("#abdbab")Accessibility — WCAG contrast
Aa
#abdbab on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdbab on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.9%
Blue67.1%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow21.9%
Key (black)14.1%
Color previews
#abdbab text on a black background
contrast 13.45:1
Card sample
#abdbab text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdbab;
Background color
Panel with #abdbab background
background-color: #abdbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 219, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 219, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdbab; background: linear-gradient(135deg, #abdbab, #ABDBCB);