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