#abf8b1
a light, electric green · cool · closest name: aquamarine
RGB
171, 248, 177
HSL
125°, 85%, 82%
CMYK
31, 0, 29, 3
Luminance
0.7897
Every format
| HEX | #abf8b1 |
| RGB | rgb(171, 248, 177) |
| HSL | hsl(125, 85%, 82%) |
| CMYK | cmyk(31%, 0%, 29%, 3%) |
| LAB | lab(91.2 -37.3 26.8) |
| LCH | lch(91.2 46.0 144.3) |
| OKLCH | oklch(0.911 0.122 146.4) |
Copy-ready code
/* CSS */
color: #abf8b1;
background-color: #abf8b1;
/* Tailwind (arbitrary) */
class="text-[#abf8b1] bg-[#abf8b1]"
/* SCSS */
$brand: #abf8b1;
/* SwiftUI */
Color(red: 0.671, green: 0.973, blue: 0.694)
/* Android */
Color.parseColor("#abf8b1")Accessibility — WCAG contrast
Aa
#abf8b1 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf8b1 on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green97.3%
Blue69.4%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow28.6%
Key (black)2.7%
Color previews
#abf8b1 text on a black background
contrast 16.79:1
Card sample
#abf8b1 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf8b1;
Background color
Panel with #abf8b1 background
background-color: #abf8b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf8b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 248, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 248, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf8b1; background: linear-gradient(135deg, #abf8b1, #ABF8E4);