#abdf9f
a light, vivid green · cool · closest name: aquamarine
RGB
171, 223, 159
HSL
109°, 50%, 75%
CMYK
23, 0, 29, 13
Luminance
0.6394
Every format
| HEX | #abdf9f |
| RGB | rgb(171, 223, 159) |
| HSL | hsl(109, 50%, 75%) |
| CMYK | cmyk(23%, 0%, 29%, 13%) |
| LAB | lab(83.9 -28.6 26.1) |
| LCH | lch(83.9 38.7 137.6) |
| OKLCH | oklch(0.851 0.102 139.8) |
Copy-ready code
/* CSS */
color: #abdf9f;
background-color: #abdf9f;
/* Tailwind (arbitrary) */
class="text-[#abdf9f] bg-[#abdf9f]"
/* SCSS */
$brand: #abdf9f;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.624)
/* Android */
Color.parseColor("#abdf9f")Accessibility — WCAG contrast
Aa
#abdf9f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf9f on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue62.4%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow28.7%
Key (black)12.5%
Color previews
#abdf9f text on a black background
contrast 13.79:1
Card sample
#abdf9f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf9f;
Background color
Panel with #abdf9f background
background-color: #abdf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf9f; background: linear-gradient(135deg, #abdf9f, #9FDFBE);