#abf4af
a light, electric green · cool · closest name: aquamarine
RGB
171, 244, 175
HSL
123°, 77%, 81%
CMYK
30, 0, 28, 4
Luminance
0.7645
Every format
| HEX | #abf4af |
| RGB | rgb(171, 244, 175) |
| HSL | hsl(123, 77%, 81%) |
| CMYK | cmyk(30%, 0%, 28%, 4%) |
| LAB | lab(90.1 -35.8 26.2) |
| LCH | lch(90.1 44.4 143.8) |
| OKLCH | oklch(0.902 0.118 145.8) |
Copy-ready code
/* CSS */
color: #abf4af;
background-color: #abf4af;
/* Tailwind (arbitrary) */
class="text-[#abf4af] bg-[#abf4af]"
/* SCSS */
$brand: #abf4af;
/* SwiftUI */
Color(red: 0.671, green: 0.957, blue: 0.686)
/* Android */
Color.parseColor("#abf4af")Accessibility — WCAG contrast
Aa
#abf4af on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf4af on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green95.7%
Blue68.6%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow28.3%
Key (black)4.3%
Color previews
#abf4af text on a black background
contrast 16.29:1
Card sample
#abf4af text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf4af;
Background color
Panel with #abf4af background
background-color: #abf4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 244, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 244, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf4af; background: linear-gradient(135deg, #abf4af, #ABF4E0);