#abfbcf
a light, electric green · cool · closest name: aquamarine
RGB
171, 251, 207
HSL
147°, 91%, 83%
CMYK
32, 0, 18, 2
Luminance
0.8216
Every format
| HEX | #abfbcf |
| RGB | rgb(171, 251, 207) |
| HSL | hsl(147, 91%, 83%) |
| CMYK | cmyk(32%, 0%, 18%, 2%) |
| LAB | lab(92.6 -33.4 13.4) |
| LCH | lch(92.6 36.0 158.1) |
| OKLCH | oklch(0.925 0.099 159.6) |
Copy-ready code
/* CSS */
color: #abfbcf;
background-color: #abfbcf;
/* Tailwind (arbitrary) */
class="text-[#abfbcf] bg-[#abfbcf]"
/* SCSS */
$brand: #abfbcf;
/* SwiftUI */
Color(red: 0.671, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#abfbcf")Accessibility — WCAG contrast
Aa
#abfbcf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfbcf on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.4%
Blue81.2%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#abfbcf text on a black background
contrast 17.43:1
Card sample
#abfbcf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfbcf;
Background color
Panel with #abfbcf background
background-color: #abfbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfbcf; background: linear-gradient(135deg, #abfbcf, #ABF2FB);