#abebaa
a light, vivid green · cool · closest name: aquamarine
RGB
171, 235, 170
HSL
119°, 62%, 79%
CMYK
27, 0, 28, 8
Luminance
0.7098
Every format
| HEX | #abebaa |
| RGB | rgb(171, 235, 170) |
| HSL | hsl(119, 62%, 79%) |
| CMYK | cmyk(27%, 0%, 28%, 8%) |
| LAB | lab(87.5 -32.5 25.3) |
| LCH | lch(87.5 41.2 142.2) |
| OKLCH | oklch(0.880 0.109 144.2) |
Copy-ready code
/* CSS */
color: #abebaa;
background-color: #abebaa;
/* Tailwind (arbitrary) */
class="text-[#abebaa] bg-[#abebaa]"
/* SCSS */
$brand: #abebaa;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#abebaa")Accessibility — WCAG contrast
Aa
#abebaa on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abebaa on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue66.7%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#abebaa text on a black background
contrast 15.20:1
Card sample
#abebaa text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abebaa;
Background color
Panel with #abebaa background
background-color: #abebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abebaa; background: linear-gradient(135deg, #abebaa, #AAEBD4);