#abf7ba
a light, electric green · cool · closest name: aquamarine
RGB
171, 247, 186
HSL
132°, 83%, 82%
CMYK
31, 0, 25, 3
Luminance
0.7872
Every format
| HEX | #abf7ba |
| RGB | rgb(171, 247, 186) |
| HSL | hsl(132, 83%, 82%) |
| CMYK | cmyk(31%, 0%, 25%, 3%) |
| LAB | lab(91.1 -35.4 22.1) |
| LCH | lch(91.1 41.7 148.1) |
| OKLCH | oklch(0.911 0.112 149.9) |
Copy-ready code
/* CSS */
color: #abf7ba;
background-color: #abf7ba;
/* Tailwind (arbitrary) */
class="text-[#abf7ba] bg-[#abf7ba]"
/* SCSS */
$brand: #abf7ba;
/* SwiftUI */
Color(red: 0.671, green: 0.969, blue: 0.729)
/* Android */
Color.parseColor("#abf7ba")Accessibility — WCAG contrast
Aa
#abf7ba on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf7ba on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.9%
Blue72.9%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow24.7%
Key (black)3.1%
Color previews
#abf7ba text on a black background
contrast 16.74:1
Card sample
#abf7ba text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf7ba;
Background color
Panel with #abf7ba background
background-color: #abf7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 247, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 247, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf7ba; background: linear-gradient(135deg, #abf7ba, #ABF7ED);