#abfdb2
a light, electric green · cool · closest name: aquamarine
RGB
171, 253, 178
HSL
125°, 95%, 83%
CMYK
32, 0, 30, 1
Luminance
0.8212
Every format
| HEX | #abfdb2 |
| RGB | rgb(171, 253, 178) |
| HSL | hsl(125, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 30%, 1%) |
| LAB | lab(92.6 -39.4 28.2) |
| LCH | lch(92.6 48.5 144.4) |
| OKLCH | oklch(0.923 0.129 146.5) |
Copy-ready code
/* CSS */
color: #abfdb2;
background-color: #abfdb2;
/* Tailwind (arbitrary) */
class="text-[#abfdb2] bg-[#abfdb2]"
/* SCSS */
$brand: #abfdb2;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.698)
/* Android */
Color.parseColor("#abfdb2")Accessibility — WCAG contrast
Aa
#abfdb2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfdb2 on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue69.8%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow29.6%
Key (black)0.8%
Color previews
#abfdb2 text on a black background
contrast 17.42:1
Card sample
#abfdb2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfdb2;
Background color
Panel with #abfdb2 background
background-color: #abfdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfdb2; background: linear-gradient(135deg, #abfdb2, #ABFDE9);