#abffdf
a light, electric green · cool · closest name: aquamarine
RGB
171, 255, 223
HSL
157°, 100%, 84%
CMYK
33, 0, 13, 0
Luminance
0.8551
Every format
| HEX | #abffdf |
| RGB | rgb(171, 255, 223) |
| HSL | hsl(157, 100%, 84%) |
| CMYK | cmyk(33%, 0%, 13%, 0%) |
| LAB | lab(94.1 -32.1 7.3) |
| LCH | lch(94.1 32.9 167.3) |
| OKLCH | oklch(0.938 0.093 168.4) |
Copy-ready code
/* CSS */
color: #abffdf;
background-color: #abffdf;
/* Tailwind (arbitrary) */
class="text-[#abffdf] bg-[#abffdf]"
/* SCSS */
$brand: #abffdf;
/* SwiftUI */
Color(red: 0.671, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#abffdf")Accessibility — WCAG contrast
Aa
#abffdf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abffdf on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green100.0%
Blue87.5%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#abffdf text on a black background
contrast 18.10:1
Card sample
#abffdf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abffdf;
Background color
Panel with #abffdf background
background-color: #abffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abffdf; background: linear-gradient(135deg, #abffdf, #ABE7FF);