#abeddf
a light, vivid cyan · cool · closest name: turquoise
RGB
171, 237, 223
HSL
167°, 65%, 80%
CMYK
28, 0, 6, 7
Luminance
0.7455
Every format
| HEX | #abeddf |
| RGB | rgb(171, 237, 223) |
| HSL | hsl(167, 65%, 80%) |
| CMYK | cmyk(28%, 0%, 6%, 7%) |
| LAB | lab(89.2 -23.5 0.1) |
| LCH | lch(89.2 23.5 179.7) |
| OKLCH | oklch(0.898 0.069 180.0) |
Copy-ready code
/* CSS */
color: #abeddf;
background-color: #abeddf;
/* Tailwind (arbitrary) */
class="text-[#abeddf] bg-[#abeddf]"
/* SCSS */
$brand: #abeddf;
/* SwiftUI */
Color(red: 0.671, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#abeddf")Accessibility — WCAG contrast
Aa
#abeddf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeddf on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.9%
Blue87.5%
CMYK percentages
Cyan27.8%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#abeddf text on a black background
contrast 15.91:1
Card sample
#abeddf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeddf;
Background color
Panel with #abeddf background
background-color: #abeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeddf; background: linear-gradient(135deg, #abeddf, #ABCFED);