#abfbab
a light, electric green · cool · closest name: aquamarine
RGB
171, 251, 171
HSL
120°, 91%, 83%
CMYK
32, 0, 32, 2
Luminance
0.8059
Every format
| HEX | #abfbab |
| RGB | rgb(171, 251, 171) |
| HSL | hsl(120, 91%, 83%) |
| CMYK | cmyk(32%, 0%, 32%, 2%) |
| LAB | lab(92.0 -39.6 30.8) |
| LCH | lch(92.0 50.2 142.1) |
| OKLCH | oklch(0.917 0.133 144.4) |
Copy-ready code
/* CSS */
color: #abfbab;
background-color: #abfbab;
/* Tailwind (arbitrary) */
class="text-[#abfbab] bg-[#abfbab]"
/* SCSS */
$brand: #abfbab;
/* SwiftUI */
Color(red: 0.671, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#abfbab")Accessibility — WCAG contrast
Aa
#abfbab on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfbab on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.4%
Blue67.1%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow31.9%
Key (black)1.6%
Color previews
#abfbab text on a black background
contrast 17.12:1
Card sample
#abfbab text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfbab;
Background color
Panel with #abfbab background
background-color: #abfbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfbab; background: linear-gradient(135deg, #abfbab, #ABFBE0);