#abfac4
a light, electric green · cool · closest name: aquamarine
RGB
171, 250, 196
HSL
139°, 89%, 83%
CMYK
32, 0, 22, 2
Luminance
0.8101
Every format
| HEX | #abfac4 |
| RGB | rgb(171, 250, 196) |
| HSL | hsl(139, 89%, 83%) |
| CMYK | cmyk(32%, 0%, 22%, 2%) |
| LAB | lab(92.1 -35.0 18.4) |
| LCH | lch(92.1 39.5 152.3) |
| OKLCH | oklch(0.920 0.107 154.0) |
Copy-ready code
/* CSS */
color: #abfac4;
background-color: #abfac4;
/* Tailwind (arbitrary) */
class="text-[#abfac4] bg-[#abfac4]"
/* SCSS */
$brand: #abfac4;
/* SwiftUI */
Color(red: 0.671, green: 0.980, blue: 0.769)
/* Android */
Color.parseColor("#abfac4")Accessibility — WCAG contrast
Aa
#abfac4 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfac4 on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.0%
Blue76.9%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow21.6%
Key (black)2.0%
Color previews
#abfac4 text on a black background
contrast 17.20:1
Card sample
#abfac4 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfac4;
Background color
Panel with #abfac4 background
background-color: #abfac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 250, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 250, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfac4; background: linear-gradient(135deg, #abfac4, #ABFAF9);