#abe2ac
a light, vivid green · cool · closest name: aquamarine
RGB
171, 226, 172
HSL
121°, 49%, 78%
CMYK
24, 0, 24, 11
Luminance
0.6603
Every format
| HEX | #abe2ac |
| RGB | rgb(171, 226, 172) |
| HSL | hsl(121, 49%, 78%) |
| CMYK | cmyk(24%, 0%, 24%, 11%) |
| LAB | lab(85.0 -27.9 20.8) |
| LCH | lch(85.0 34.9 143.3) |
| OKLCH | oklch(0.861 0.093 145.2) |
Copy-ready code
/* CSS */
color: #abe2ac;
background-color: #abe2ac;
/* Tailwind (arbitrary) */
class="text-[#abe2ac] bg-[#abe2ac]"
/* SCSS */
$brand: #abe2ac;
/* SwiftUI */
Color(red: 0.671, green: 0.886, blue: 0.675)
/* Android */
Color.parseColor("#abe2ac")Accessibility — WCAG contrast
Aa
#abe2ac on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe2ac on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green88.6%
Blue67.5%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow23.9%
Key (black)11.4%
Color previews
#abe2ac text on a black background
contrast 14.21:1
Card sample
#abe2ac text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe2ac;
Background color
Panel with #abe2ac background
background-color: #abe2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 226, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 226, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe2ac; background: linear-gradient(135deg, #abe2ac, #ABE2D1);