#abf9af
a light, electric green · cool · closest name: aquamarine
RGB
171, 249, 175
HSL
123°, 87%, 82%
CMYK
31, 0, 30, 2
Luminance
0.7950
Every format
| HEX | #abf9af |
| RGB | rgb(171, 249, 175) |
| HSL | hsl(123, 87%, 82%) |
| CMYK | cmyk(31%, 0%, 30%, 2%) |
| LAB | lab(91.5 -38.1 28.1) |
| LCH | lch(91.5 47.4 143.6) |
| OKLCH | oklch(0.913 0.126 145.7) |
Copy-ready code
/* CSS */
color: #abf9af;
background-color: #abf9af;
/* Tailwind (arbitrary) */
class="text-[#abf9af] bg-[#abf9af]"
/* SCSS */
$brand: #abf9af;
/* SwiftUI */
Color(red: 0.671, green: 0.976, blue: 0.686)
/* Android */
Color.parseColor("#abf9af")Accessibility — WCAG contrast
Aa
#abf9af on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf9af on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green97.6%
Blue68.6%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow29.7%
Key (black)2.4%
Color previews
#abf9af text on a black background
contrast 16.90:1
Card sample
#abf9af text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf9af;
Background color
Panel with #abf9af background
background-color: #abf9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 249, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 249, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf9af; background: linear-gradient(135deg, #abf9af, #ABF9E3);