#abf8c2
a light, electric green · cool · closest name: aquamarine
RGB
171, 248, 194
HSL
138°, 85%, 82%
CMYK
31, 0, 22, 3
Luminance
0.7969
Every format
| HEX | #abf8c2 |
| RGB | rgb(171, 248, 194) |
| HSL | hsl(138, 85%, 82%) |
| CMYK | cmyk(31%, 0%, 22%, 3%) |
| LAB | lab(91.5 -34.4 18.6) |
| LCH | lch(91.5 39.1 151.7) |
| OKLCH | oklch(0.915 0.106 153.4) |
Copy-ready code
/* CSS */
color: #abf8c2;
background-color: #abf8c2;
/* Tailwind (arbitrary) */
class="text-[#abf8c2] bg-[#abf8c2]"
/* SCSS */
$brand: #abf8c2;
/* SwiftUI */
Color(red: 0.671, green: 0.973, blue: 0.761)
/* Android */
Color.parseColor("#abf8c2")Accessibility — WCAG contrast
Aa
#abf8c2 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf8c2 on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green97.3%
Blue76.1%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow21.8%
Key (black)2.7%
Color previews
#abf8c2 text on a black background
contrast 16.94:1
Card sample
#abf8c2 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf8c2;
Background color
Panel with #abf8c2 background
background-color: #abf8c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf8c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 248, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 248, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf8c2; background: linear-gradient(135deg, #abf8c2, #ABF8F5);