#abfac7
a light, electric green · cool · closest name: aquamarine
RGB
171, 250, 199
HSL
141°, 89%, 83%
CMYK
32, 0, 20, 2
Luminance
0.8115
Every format
| HEX | #abfac7 |
| RGB | rgb(171, 250, 199) |
| HSL | hsl(141, 89%, 83%) |
| CMYK | cmyk(32%, 0%, 20%, 2%) |
| LAB | lab(92.2 -34.4 16.9) |
| LCH | lch(92.2 38.3 153.8) |
| OKLCH | oklch(0.920 0.104 155.5) |
Copy-ready code
/* CSS */
color: #abfac7;
background-color: #abfac7;
/* Tailwind (arbitrary) */
class="text-[#abfac7] bg-[#abfac7]"
/* SCSS */
$brand: #abfac7;
/* SwiftUI */
Color(red: 0.671, green: 0.980, blue: 0.780)
/* Android */
Color.parseColor("#abfac7")Accessibility — WCAG contrast
Aa
#abfac7 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfac7 on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.0%
Blue78.0%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow20.4%
Key (black)2.0%
Color previews
#abfac7 text on a black background
contrast 17.23:1
Card sample
#abfac7 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfac7;
Background color
Panel with #abfac7 background
background-color: #abfac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 250, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 250, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfac7; background: linear-gradient(135deg, #abfac7, #ABF8FA);