#abffcd
a light, electric green · cool · closest name: aquamarine
RGB
171, 255, 205
HSL
144°, 100%, 84%
CMYK
33, 0, 20, 0
Luminance
0.8459
Every format
| HEX | #abffcd |
| RGB | rgb(171, 255, 205) |
| HSL | hsl(144, 100%, 84%) |
| CMYK | cmyk(33%, 0%, 20%, 0%) |
| LAB | lab(93.7 -35.6 15.9) |
| LCH | lch(93.7 39.0 155.9) |
| OKLCH | oklch(0.933 0.107 157.4) |
Copy-ready code
/* CSS */
color: #abffcd;
background-color: #abffcd;
/* Tailwind (arbitrary) */
class="text-[#abffcd] bg-[#abffcd]"
/* SCSS */
$brand: #abffcd;
/* SwiftUI */
Color(red: 0.671, green: 1.000, blue: 0.804)
/* Android */
Color.parseColor("#abffcd")Accessibility — WCAG contrast
Aa
#abffcd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abffcd on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green100.0%
Blue80.4%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow19.6%
Key (black)0.0%
Color previews
#abffcd text on a black background
contrast 17.92:1
Card sample
#abffcd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abffcd;
Background color
Panel with #abffcd background
background-color: #abffcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abffcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 255, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 255, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abffcd; background: linear-gradient(135deg, #abffcd, #ABF9FF);