#abfddf
a light, electric green · cool · closest name: aquamarine
RGB
171, 253, 223
HSL
158°, 95%, 83%
CMYK
32, 0, 12, 1
Luminance
0.8424
Every format
| HEX | #abfddf |
| RGB | rgb(171, 253, 223) |
| HSL | hsl(158, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 12%, 1%) |
| LAB | lab(93.5 -31.2 6.5) |
| LCH | lch(93.5 31.8 168.3) |
| OKLCH | oklch(0.933 0.090 169.4) |
Copy-ready code
/* CSS */
color: #abfddf;
background-color: #abfddf;
/* Tailwind (arbitrary) */
class="text-[#abfddf] bg-[#abfddf]"
/* SCSS */
$brand: #abfddf;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.875)
/* Android */
Color.parseColor("#abfddf")Accessibility — WCAG contrast
Aa
#abfddf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfddf on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue87.5%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow11.9%
Key (black)0.8%
Color previews
#abfddf text on a black background
contrast 17.85:1
Card sample
#abfddf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfddf;
Background color
Panel with #abfddf background
background-color: #abfddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfddf; background: linear-gradient(135deg, #abfddf, #ABE4FD);