#abfd8f
a light, electric green · cool · closest name: aquamarine
RGB
171, 253, 143
HSL
105°, 97%, 78%
CMYK
32, 0, 44, 1
Luminance
0.8089
Every format
| HEX | #abfd8f |
| RGB | rgb(171, 253, 143) |
| HSL | hsl(105, 97%, 78%) |
| CMYK | cmyk(32%, 0%, 44%, 1%) |
| LAB | lab(92.1 -44.5 44.8) |
| LCH | lch(92.1 63.2 134.8) |
| OKLCH | oklch(0.916 0.164 138.1) |
Copy-ready code
/* CSS */
color: #abfd8f;
background-color: #abfd8f;
/* Tailwind (arbitrary) */
class="text-[#abfd8f] bg-[#abfd8f]"
/* SCSS */
$brand: #abfd8f;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.561)
/* Android */
Color.parseColor("#abfd8f")Accessibility — WCAG contrast
Aa
#abfd8f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd8f on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue56.1%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow43.5%
Key (black)0.8%
Color previews
#abfd8f text on a black background
contrast 17.18:1
Card sample
#abfd8f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd8f;
Background color
Panel with #abfd8f background
background-color: #abfd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd8f; background: linear-gradient(135deg, #abfd8f, #8FFDBC);