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