#abfeab
a light, electric green · cool · closest name: aquamarine
RGB
171, 254, 171
HSL
120°, 98%, 83%
CMYK
33, 0, 33, 0
Luminance
0.8248
Every format
| HEX | #abfeab |
| RGB | rgb(171, 254, 171) |
| HSL | hsl(120, 98%, 83%) |
| CMYK | cmyk(33%, 0%, 33%, 0%) |
| LAB | lab(92.8 -41.0 31.9) |
| LCH | lch(92.8 52.0 142.1) |
| OKLCH | oklch(0.923 0.138 144.4) |
Copy-ready code
/* CSS */
color: #abfeab;
background-color: #abfeab;
/* Tailwind (arbitrary) */
class="text-[#abfeab] bg-[#abfeab]"
/* SCSS */
$brand: #abfeab;
/* SwiftUI */
Color(red: 0.671, green: 0.996, blue: 0.671)
/* Android */
Color.parseColor("#abfeab")Accessibility — WCAG contrast
Aa
#abfeab on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfeab on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.6%
Blue67.1%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow32.7%
Key (black)0.4%
Color previews
#abfeab text on a black background
contrast 17.50:1
Card sample
#abfeab text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfeab;
Background color
Panel with #abfeab background
background-color: #abfeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 254, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 254, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfeab; background: linear-gradient(135deg, #abfeab, #ABFEE2);