#abddab
a light, soft green · cool · closest name: aquamarine
RGB
171, 221, 171
HSL
120°, 42%, 77%
CMYK
23, 0, 23, 13
Luminance
0.6331
Every format
| HEX | #abddab |
| RGB | rgb(171, 221, 171) |
| HSL | hsl(120, 42%, 77%) |
| CMYK | cmyk(23%, 0%, 23%, 13%) |
| LAB | lab(83.6 -25.7 19.4) |
| LCH | lch(83.6 32.2 142.9) |
| OKLCH | oklch(0.850 0.086 144.8) |
Copy-ready code
/* CSS */
color: #abddab;
background-color: #abddab;
/* Tailwind (arbitrary) */
class="text-[#abddab] bg-[#abddab]"
/* SCSS */
$brand: #abddab;
/* SwiftUI */
Color(red: 0.671, green: 0.867, blue: 0.671)
/* Android */
Color.parseColor("#abddab")Accessibility — WCAG contrast
Aa
#abddab on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abddab on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green86.7%
Blue67.1%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow22.6%
Key (black)13.3%
Color previews
#abddab text on a black background
contrast 13.66:1
Card sample
#abddab text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abddab;
Background color
Panel with #abddab background
background-color: #abddab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abddab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 221, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 221, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abddab; background: linear-gradient(135deg, #abddab, #ABDDCC);