#abfd91
a light, electric green · cool · closest name: aquamarine
RGB
171, 253, 145
HSL
106°, 96%, 78%
CMYK
32, 0, 43, 1
Luminance
0.8095
Every format
| HEX | #abfd91 |
| RGB | rgb(171, 253, 145) |
| HSL | hsl(106, 96%, 78%) |
| CMYK | cmyk(32%, 0%, 43%, 1%) |
| LAB | lab(92.1 -44.3 43.9) |
| LCH | lch(92.1 62.3 135.3) |
| OKLCH | oklch(0.917 0.162 138.5) |
Copy-ready code
/* CSS */
color: #abfd91;
background-color: #abfd91;
/* Tailwind (arbitrary) */
class="text-[#abfd91] bg-[#abfd91]"
/* SCSS */
$brand: #abfd91;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.569)
/* Android */
Color.parseColor("#abfd91")Accessibility — WCAG contrast
Aa
#abfd91 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd91 on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue56.9%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow42.7%
Key (black)0.8%
Color previews
#abfd91 text on a black background
contrast 17.19:1
Card sample
#abfd91 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd91;
Background color
Panel with #abfd91 background
background-color: #abfd91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd91; background: linear-gradient(135deg, #abfd91, #91FDBF);