#abf7ad
a light, electric green · cool · closest name: aquamarine
RGB
171, 247, 173
HSL
122°, 83%, 82%
CMYK
31, 0, 30, 3
Luminance
0.7820
Every format
| HEX | #abf7ad |
| RGB | rgb(171, 247, 173) |
| HSL | hsl(122, 83%, 82%) |
| CMYK | cmyk(31%, 0%, 30%, 3%) |
| LAB | lab(90.9 -37.5 28.3) |
| LCH | lch(90.9 47.0 142.9) |
| OKLCH | oklch(0.908 0.125 145.1) |
Copy-ready code
/* CSS */
color: #abf7ad;
background-color: #abf7ad;
/* Tailwind (arbitrary) */
class="text-[#abf7ad] bg-[#abf7ad]"
/* SCSS */
$brand: #abf7ad;
/* SwiftUI */
Color(red: 0.671, green: 0.969, blue: 0.678)
/* Android */
Color.parseColor("#abf7ad")Accessibility — WCAG contrast
Aa
#abf7ad on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf7ad on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.9%
Blue67.8%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow30.0%
Key (black)3.1%
Color previews
#abf7ad text on a black background
contrast 16.64:1
Card sample
#abf7ad text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf7ad;
Background color
Panel with #abf7ad background
background-color: #abf7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 247, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 247, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf7ad; background: linear-gradient(135deg, #abf7ad, #ABF7E0);