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