#abfccf
a light, electric green · cool · closest name: aquamarine
RGB
171, 252, 207
HSL
147°, 93%, 83%
CMYK
32, 0, 18, 1
Luminance
0.8278
Every format
| HEX | #abfccf |
| RGB | rgb(171, 252, 207) |
| HSL | hsl(147, 93%, 83%) |
| CMYK | cmyk(32%, 0%, 18%, 1%) |
| LAB | lab(92.9 -33.8 13.8) |
| LCH | lch(92.9 36.5 157.8) |
| OKLCH | oklch(0.927 0.101 159.3) |
Copy-ready code
/* CSS */
color: #abfccf;
background-color: #abfccf;
/* Tailwind (arbitrary) */
class="text-[#abfccf] bg-[#abfccf]"
/* SCSS */
$brand: #abfccf;
/* SwiftUI */
Color(red: 0.671, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#abfccf")Accessibility — WCAG contrast
Aa
#abfccf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfccf on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.8%
Blue81.2%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#abfccf text on a black background
contrast 17.56:1
Card sample
#abfccf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfccf;
Background color
Panel with #abfccf background
background-color: #abfccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfccf; background: linear-gradient(135deg, #abfccf, #ABF3FC);