#abf7c9
a light, electric green · cool · closest name: aquamarine
RGB
171, 247, 201
HSL
144°, 83%, 82%
CMYK
31, 0, 19, 3
Luminance
0.7940
Every format
| HEX | #abf7c9 |
| RGB | rgb(171, 247, 201) |
| HSL | hsl(144, 83%, 82%) |
| CMYK | cmyk(31%, 0%, 19%, 3%) |
| LAB | lab(91.4 -32.6 14.8) |
| LCH | lch(91.4 35.8 155.7) |
| OKLCH | oklch(0.914 0.098 157.2) |
Copy-ready code
/* CSS */
color: #abf7c9;
background-color: #abf7c9;
/* Tailwind (arbitrary) */
class="text-[#abf7c9] bg-[#abf7c9]"
/* SCSS */
$brand: #abf7c9;
/* SwiftUI */
Color(red: 0.671, green: 0.969, blue: 0.788)
/* Android */
Color.parseColor("#abf7c9")Accessibility — WCAG contrast
Aa
#abf7c9 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf7c9 on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.9%
Blue78.8%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow18.6%
Key (black)3.1%
Color previews
#abf7c9 text on a black background
contrast 16.88:1
Card sample
#abf7c9 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf7c9;
Background color
Panel with #abf7c9 background
background-color: #abf7c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf7c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 247, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 247, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf7c9; background: linear-gradient(135deg, #abf7c9, #ABF2F7);