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