#abe8b2
a light, vivid green · cool · closest name: aquamarine
RGB
171, 232, 178
HSL
127°, 57%, 79%
CMYK
26, 0, 23, 9
Luminance
0.6959
Every format
| HEX | #abe8b2 |
| RGB | rgb(171, 232, 178) |
| HSL | hsl(127, 57%, 79%) |
| CMYK | cmyk(26%, 0%, 23%, 9%) |
| LAB | lab(86.8 -29.8 20.2) |
| LCH | lch(86.8 36.0 145.8) |
| OKLCH | oklch(0.875 0.097 147.7) |
Copy-ready code
/* CSS */
color: #abe8b2;
background-color: #abe8b2;
/* Tailwind (arbitrary) */
class="text-[#abe8b2] bg-[#abe8b2]"
/* SCSS */
$brand: #abe8b2;
/* SwiftUI */
Color(red: 0.671, green: 0.910, blue: 0.698)
/* Android */
Color.parseColor("#abe8b2")Accessibility — WCAG contrast
Aa
#abe8b2 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe8b2 on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green91.0%
Blue69.8%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow23.3%
Key (black)9.0%
Color previews
#abe8b2 text on a black background
contrast 14.92:1
Card sample
#abe8b2 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe8b2;
Background color
Panel with #abe8b2 background
background-color: #abe8b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe8b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 232, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 232, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe8b2; background: linear-gradient(135deg, #abe8b2, #ABE8DB);