#abeade
a light, vivid cyan · cool · closest name: turquoise
RGB
171, 234, 222
HSL
169°, 60%, 79%
CMYK
27, 0, 5, 8
Luminance
0.7278
Every format
| HEX | #abeade |
| RGB | rgb(171, 234, 222) |
| HSL | hsl(169, 60%, 79%) |
| CMYK | cmyk(27%, 0%, 5%, 8%) |
| LAB | lab(88.3 -22.3 -0.6) |
| LCH | lch(88.3 22.3 181.5) |
| OKLCH | oklch(0.891 0.066 181.7) |
Copy-ready code
/* CSS */
color: #abeade;
background-color: #abeade;
/* Tailwind (arbitrary) */
class="text-[#abeade] bg-[#abeade]"
/* SCSS */
$brand: #abeade;
/* SwiftUI */
Color(red: 0.671, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#abeade")Accessibility — WCAG contrast
Aa
#abeade on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeade on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green91.8%
Blue87.1%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#abeade text on a black background
contrast 15.56:1
Card sample
#abeade text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeade;
Background color
Panel with #abeade background
background-color: #abeade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeade; background: linear-gradient(135deg, #abeade, #ABCCEA);