#abfec0
a light, electric green · cool · closest name: aquamarine
RGB
171, 254, 192
HSL
135°, 98%, 83%
CMYK
33, 0, 24, 0
Luminance
0.8335
Every format
| HEX | #abfec0 |
| RGB | rgb(171, 254, 192) |
| HSL | hsl(135, 98%, 83%) |
| CMYK | cmyk(33%, 0%, 24%, 0%) |
| LAB | lab(93.2 -37.5 21.8) |
| LCH | lch(93.2 43.4 149.8) |
| OKLCH | oklch(0.928 0.117 151.6) |
Copy-ready code
/* CSS */
color: #abfec0;
background-color: #abfec0;
/* Tailwind (arbitrary) */
class="text-[#abfec0] bg-[#abfec0]"
/* SCSS */
$brand: #abfec0;
/* SwiftUI */
Color(red: 0.671, green: 0.996, blue: 0.753)
/* Android */
Color.parseColor("#abfec0")Accessibility — WCAG contrast
Aa
#abfec0 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfec0 on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.6%
Blue75.3%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow24.4%
Key (black)0.4%
Color previews
#abfec0 text on a black background
contrast 17.67:1
Card sample
#abfec0 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfec0;
Background color
Panel with #abfec0 background
background-color: #abfec0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfec0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 254, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 254, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfec0; background: linear-gradient(135deg, #abfec0, #ABFEF7);