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