#abf8ac
a light, electric green · cool · closest name: aquamarine
RGB
171, 248, 172
HSL
121°, 85%, 82%
CMYK
31, 0, 31, 3
Luminance
0.7877
Every format
| HEX | #abf8ac |
| RGB | rgb(171, 248, 172) |
| HSL | hsl(121, 85%, 82%) |
| CMYK | cmyk(31%, 0%, 31%, 3%) |
| LAB | lab(91.1 -38.1 29.2) |
| LCH | lch(91.1 48.0 142.6) |
| OKLCH | oklch(0.910 0.127 144.7) |
Copy-ready code
/* CSS */
color: #abf8ac;
background-color: #abf8ac;
/* Tailwind (arbitrary) */
class="text-[#abf8ac] bg-[#abf8ac]"
/* SCSS */
$brand: #abf8ac;
/* SwiftUI */
Color(red: 0.671, green: 0.973, blue: 0.675)
/* Android */
Color.parseColor("#abf8ac")Accessibility — WCAG contrast
Aa
#abf8ac on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf8ac on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green97.3%
Blue67.5%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow30.6%
Key (black)2.7%
Color previews
#abf8ac text on a black background
contrast 16.75:1
Card sample
#abf8ac text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf8ac;
Background color
Panel with #abf8ac background
background-color: #abf8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 248, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 248, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf8ac; background: linear-gradient(135deg, #abf8ac, #ABF8DF);