#abeeaf
a light, vivid green · cool · closest name: aquamarine
RGB
171, 238, 175
HSL
124°, 66%, 80%
CMYK
28, 0, 27, 7
Luminance
0.7290
Every format
| HEX | #abeeaf |
| RGB | rgb(171, 238, 175) |
| HSL | hsl(124, 66%, 80%) |
| CMYK | cmyk(28%, 0%, 27%, 7%) |
| LAB | lab(88.4 -33.1 23.9) |
| LCH | lch(88.4 40.8 144.1) |
| OKLCH | oklch(0.888 0.109 146.1) |
Copy-ready code
/* CSS */
color: #abeeaf;
background-color: #abeeaf;
/* Tailwind (arbitrary) */
class="text-[#abeeaf] bg-[#abeeaf]"
/* SCSS */
$brand: #abeeaf;
/* SwiftUI */
Color(red: 0.671, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#abeeaf")Accessibility — WCAG contrast
Aa
#abeeaf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeeaf on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green93.3%
Blue68.6%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#abeeaf text on a black background
contrast 15.58:1
Card sample
#abeeaf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeeaf;
Background color
Panel with #abeeaf background
background-color: #abeeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeeaf; background: linear-gradient(135deg, #abeeaf, #ABEEDC);