#abebad
a light, vivid green · cool · closest name: aquamarine
RGB
171, 235, 173
HSL
122°, 62%, 80%
CMYK
27, 0, 26, 8
Luminance
0.7109
Every format
| HEX | #abebad |
| RGB | rgb(171, 235, 173) |
| HSL | hsl(122, 62%, 80%) |
| CMYK | cmyk(27%, 0%, 26%, 8%) |
| LAB | lab(87.5 -32.0 23.8) |
| LCH | lch(87.5 39.9 143.4) |
| OKLCH | oklch(0.881 0.106 145.4) |
Copy-ready code
/* CSS */
color: #abebad;
background-color: #abebad;
/* Tailwind (arbitrary) */
class="text-[#abebad] bg-[#abebad]"
/* SCSS */
$brand: #abebad;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#abebad")Accessibility — WCAG contrast
Aa
#abebad on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abebad on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue67.8%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow26.4%
Key (black)7.8%
Color previews
#abebad text on a black background
contrast 15.22:1
Card sample
#abebad text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abebad;
Background color
Panel with #abebad background
background-color: #abebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abebad; background: linear-gradient(135deg, #abebad, #ABEBD8);