#abfdbf
a light, electric green · cool · closest name: aquamarine
RGB
171, 253, 191
HSL
135°, 95%, 83%
CMYK
32, 0, 25, 1
Luminance
0.8267
Every format
| HEX | #abfdbf |
| RGB | rgb(171, 253, 191) |
| HSL | hsl(135, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 25%, 1%) |
| LAB | lab(92.9 -37.2 21.9) |
| LCH | lch(92.9 43.2 149.5) |
| OKLCH | oklch(0.925 0.116 151.3) |
Copy-ready code
/* CSS */
color: #abfdbf;
background-color: #abfdbf;
/* Tailwind (arbitrary) */
class="text-[#abfdbf] bg-[#abfdbf]"
/* SCSS */
$brand: #abfdbf;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#abfdbf")Accessibility — WCAG contrast
Aa
#abfdbf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfdbf on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue74.9%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#abfdbf text on a black background
contrast 17.53:1
Card sample
#abfdbf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfdbf;
Background color
Panel with #abfdbf background
background-color: #abfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfdbf; background: linear-gradient(135deg, #abfdbf, #ABFDF6);