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