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