#abfdcf
a light, electric green · cool · closest name: aquamarine
RGB
171, 253, 207
HSL
146°, 95%, 83%
CMYK
32, 0, 18, 1
Luminance
0.8341
Every format
| HEX | #abfdcf |
| RGB | rgb(171, 253, 207) |
| HSL | hsl(146, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 18%, 1%) |
| LAB | lab(93.2 -34.3 14.2) |
| LCH | lch(93.2 37.1 157.5) |
| OKLCH | oklch(0.929 0.102 159.0) |
Copy-ready code
/* CSS */
color: #abfdcf;
background-color: #abfdcf;
/* Tailwind (arbitrary) */
class="text-[#abfdcf] bg-[#abfdcf]"
/* SCSS */
$brand: #abfdcf;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.812)
/* Android */
Color.parseColor("#abfdcf")Accessibility — WCAG contrast
Aa
#abfdcf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfdcf on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue81.2%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow18.2%
Key (black)0.8%
Color previews
#abfdcf text on a black background
contrast 17.68:1
Card sample
#abfdcf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfdcf;
Background color
Panel with #abfdcf background
background-color: #abfdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfdcf; background: linear-gradient(135deg, #abfdcf, #ABF4FD);