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