#abf9b7
a light, electric green · cool · closest name: aquamarine
RGB
171, 249, 183
HSL
129°, 87%, 82%
CMYK
31, 0, 27, 2
Luminance
0.7983
Every format
| HEX | #abf9b7 |
| RGB | rgb(171, 249, 183) |
| HSL | hsl(129, 87%, 82%) |
| CMYK | cmyk(31%, 0%, 27%, 2%) |
| LAB | lab(91.6 -36.8 24.3) |
| LCH | lch(91.6 44.1 146.6) |
| OKLCH | oklch(0.915 0.118 148.5) |
Copy-ready code
/* CSS */
color: #abf9b7;
background-color: #abf9b7;
/* Tailwind (arbitrary) */
class="text-[#abf9b7] bg-[#abf9b7]"
/* SCSS */
$brand: #abf9b7;
/* SwiftUI */
Color(red: 0.671, green: 0.976, blue: 0.718)
/* Android */
Color.parseColor("#abf9b7")Accessibility — WCAG contrast
Aa
#abf9b7 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf9b7 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green97.6%
Blue71.8%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow26.5%
Key (black)2.4%
Color previews
#abf9b7 text on a black background
contrast 16.97:1
Card sample
#abf9b7 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf9b7;
Background color
Panel with #abf9b7 background
background-color: #abf9b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf9b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 249, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 249, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf9b7; background: linear-gradient(135deg, #abf9b7, #ABF9EB);