#abfba4
a light, electric green · cool · closest name: aquamarine
RGB
171, 251, 164
HSL
115°, 92%, 81%
CMYK
32, 0, 35, 2
Luminance
0.8033
Every format
| HEX | #abfba4 |
| RGB | rgb(171, 251, 164) |
| HSL | hsl(115, 92%, 81%) |
| CMYK | cmyk(32%, 0%, 35%, 2%) |
| LAB | lab(91.8 -40.7 34.2) |
| LCH | lch(91.8 53.2 140.0) |
| OKLCH | oklch(0.915 0.140 142.5) |
Copy-ready code
/* CSS */
color: #abfba4;
background-color: #abfba4;
/* Tailwind (arbitrary) */
class="text-[#abfba4] bg-[#abfba4]"
/* SCSS */
$brand: #abfba4;
/* SwiftUI */
Color(red: 0.671, green: 0.984, blue: 0.643)
/* Android */
Color.parseColor("#abfba4")Accessibility — WCAG contrast
Aa
#abfba4 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfba4 on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.4%
Blue64.3%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow34.7%
Key (black)1.6%
Color previews
#abfba4 text on a black background
contrast 17.07:1
Card sample
#abfba4 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfba4;
Background color
Panel with #abfba4 background
background-color: #abfba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 251, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 251, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfba4; background: linear-gradient(135deg, #abfba4, #A4FBD7);