#abeeba
a light, vivid green · cool · closest name: aquamarine
RGB
171, 238, 186
HSL
133°, 66%, 80%
CMYK
28, 0, 22, 7
Luminance
0.7335
Every format
| HEX | #abeeba |
| RGB | rgb(171, 238, 186) |
| HSL | hsl(133, 66%, 80%) |
| CMYK | cmyk(28%, 0%, 22%, 7%) |
| LAB | lab(88.6 -31.2 18.6) |
| LCH | lch(88.6 36.3 149.2) |
| OKLCH | oklch(0.891 0.098 151.0) |
Copy-ready code
/* CSS */
color: #abeeba;
background-color: #abeeba;
/* Tailwind (arbitrary) */
class="text-[#abeeba] bg-[#abeeba]"
/* SCSS */
$brand: #abeeba;
/* SwiftUI */
Color(red: 0.671, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#abeeba")Accessibility — WCAG contrast
Aa
#abeeba on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeeba on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green93.3%
Blue72.9%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#abeeba text on a black background
contrast 15.67:1
Card sample
#abeeba text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeeba;
Background color
Panel with #abeeba background
background-color: #abeeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeeba; background: linear-gradient(135deg, #abeeba, #ABEEE7);