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