#abfbc4
a light, electric green · cool · closest name: aquamarine
RGB
171, 251, 196
HSL
139°, 91%, 83%
CMYK
32, 0, 22, 2
Luminance
0.8164
Every format
| HEX | #abfbc4 |
| RGB | rgb(171, 251, 196) |
| HSL | hsl(139, 91%, 83%) |
| CMYK | cmyk(32%, 0%, 22%, 2%) |
| LAB | lab(92.4 -35.4 18.7) |
| LCH | lch(92.4 40.1 152.1) |
| OKLCH | oklch(0.922 0.109 153.8) |
Copy-ready code
/* CSS */
color: #abfbc4;
background-color: #abfbc4;
/* Tailwind (arbitrary) */
class="text-[#abfbc4] bg-[#abfbc4]"
/* SCSS */
$brand: #abfbc4;
/* SwiftUI */
Color(red: 0.671, green: 0.984, blue: 0.769)
/* Android */
Color.parseColor("#abfbc4")Accessibility — WCAG contrast
Aa
#abfbc4 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfbc4 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.4%
Blue76.9%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow21.9%
Key (black)1.6%
Color previews
#abfbc4 text on a black background
contrast 17.33:1
Card sample
#abfbc4 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfbc4;
Background color
Panel with #abfbc4 background
background-color: #abfbc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfbc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 251, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 251, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfbc4; background: linear-gradient(135deg, #abfbc4, #ABFBF9);