#abfec8
a light, electric green · cool · closest name: aquamarine
RGB
171, 254, 200
HSL
141°, 98%, 83%
CMYK
33, 0, 21, 0
Luminance
0.8371
Every format
| HEX | #abfec8 |
| RGB | rgb(171, 254, 200) |
| HSL | hsl(141, 98%, 83%) |
| CMYK | cmyk(33%, 0%, 21%, 0%) |
| LAB | lab(93.3 -36.1 18.0) |
| LCH | lch(93.3 40.3 153.5) |
| OKLCH | oklch(0.930 0.110 155.2) |
Copy-ready code
/* CSS */
color: #abfec8;
background-color: #abfec8;
/* Tailwind (arbitrary) */
class="text-[#abfec8] bg-[#abfec8]"
/* SCSS */
$brand: #abfec8;
/* SwiftUI */
Color(red: 0.671, green: 0.996, blue: 0.784)
/* Android */
Color.parseColor("#abfec8")Accessibility — WCAG contrast
Aa
#abfec8 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfec8 on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.6%
Blue78.4%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow21.3%
Key (black)0.4%
Color previews
#abfec8 text on a black background
contrast 17.74:1
Card sample
#abfec8 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfec8;
Background color
Panel with #abfec8 background
background-color: #abfec8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfec8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 254, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 254, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfec8; background: linear-gradient(135deg, #abfec8, #ABFDFE);