#abf1ac
a light, vivid green · cool · closest name: aquamarine
RGB
171, 241, 172
HSL
121°, 71%, 81%
CMYK
29, 0, 29, 6
Luminance
0.7455
Every format
| HEX | #abf1ac |
| RGB | rgb(171, 241, 172) |
| HSL | hsl(121, 71%, 81%) |
| CMYK | cmyk(29%, 0%, 29%, 6%) |
| LAB | lab(89.2 -35.0 26.6) |
| LCH | lch(89.2 43.9 142.8) |
| OKLCH | oklch(0.894 0.117 144.9) |
Copy-ready code
/* CSS */
color: #abf1ac;
background-color: #abf1ac;
/* Tailwind (arbitrary) */
class="text-[#abf1ac] bg-[#abf1ac]"
/* SCSS */
$brand: #abf1ac;
/* SwiftUI */
Color(red: 0.671, green: 0.945, blue: 0.675)
/* Android */
Color.parseColor("#abf1ac")Accessibility — WCAG contrast
Aa
#abf1ac on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf1ac on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.5%
Blue67.5%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow28.6%
Key (black)5.5%
Color previews
#abf1ac text on a black background
contrast 15.91:1
Card sample
#abf1ac text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf1ac;
Background color
Panel with #abf1ac background
background-color: #abf1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 241, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 241, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf1ac; background: linear-gradient(135deg, #abf1ac, #ABF1DB);