#abebbe
a light, vivid green · cool · closest name: aquamarine
RGB
171, 235, 190
HSL
138°, 62%, 80%
CMYK
27, 0, 19, 8
Luminance
0.7179
Every format
| HEX | #abebbe |
| RGB | rgb(171, 235, 190) |
| HSL | hsl(138, 62%, 80%) |
| CMYK | cmyk(27%, 0%, 19%, 8%) |
| LAB | lab(87.9 -29.1 15.5) |
| LCH | lch(87.9 32.9 152.0) |
| OKLCH | oklch(0.885 0.089 153.6) |
Copy-ready code
/* CSS */
color: #abebbe;
background-color: #abebbe;
/* Tailwind (arbitrary) */
class="text-[#abebbe] bg-[#abebbe]"
/* SCSS */
$brand: #abebbe;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.745)
/* Android */
Color.parseColor("#abebbe")Accessibility — WCAG contrast
Aa
#abebbe on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abebbe on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue74.5%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow19.1%
Key (black)7.8%
Color previews
#abebbe text on a black background
contrast 15.36:1
Card sample
#abebbe text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abebbe;
Background color
Panel with #abebbe background
background-color: #abebbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abebbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abebbe; background: linear-gradient(135deg, #abebbe, #ABEBE9);