#abeace
a light, vivid green · cool · closest name: aquamarine
RGB
171, 234, 206
HSL
153°, 60%, 79%
CMYK
27, 0, 12, 8
Luminance
0.7196
Every format
| HEX | #abeace |
| RGB | rgb(171, 234, 206) |
| HSL | hsl(153, 60%, 79%) |
| CMYK | cmyk(27%, 0%, 12%, 8%) |
| LAB | lab(88.0 -25.5 7.2) |
| LCH | lch(88.0 26.5 164.2) |
| OKLCH | oklch(0.887 0.075 165.5) |
Copy-ready code
/* CSS */
color: #abeace;
background-color: #abeace;
/* Tailwind (arbitrary) */
class="text-[#abeace] bg-[#abeace]"
/* SCSS */
$brand: #abeace;
/* SwiftUI */
Color(red: 0.671, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#abeace")Accessibility — WCAG contrast
Aa
#abeace on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeace on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green91.8%
Blue80.8%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow12.0%
Key (black)8.2%
Color previews
#abeace text on a black background
contrast 15.39:1
Card sample
#abeace text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeace;
Background color
Panel with #abeace background
background-color: #abeace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeace; background: linear-gradient(135deg, #abeace, #ABDCEA);