#abefdf
a light, vivid cyan · cool · closest name: turquoise
RGB
171, 239, 223
HSL
166°, 68%, 80%
CMYK
29, 0, 7, 6
Luminance
0.7572
Every format
| HEX | #abefdf |
| RGB | rgb(171, 239, 223) |
| HSL | hsl(166, 68%, 80%) |
| CMYK | cmyk(29%, 0%, 7%, 6%) |
| LAB | lab(89.7 -24.5 0.9) |
| LCH | lch(89.7 24.5 177.8) |
| OKLCH | oklch(0.902 0.071 178.3) |
Copy-ready code
/* CSS */
color: #abefdf;
background-color: #abefdf;
/* Tailwind (arbitrary) */
class="text-[#abefdf] bg-[#abefdf]"
/* SCSS */
$brand: #abefdf;
/* SwiftUI */
Color(red: 0.671, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#abefdf")Accessibility — WCAG contrast
Aa
#abefdf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abefdf on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green93.7%
Blue87.5%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#abefdf text on a black background
contrast 16.14:1
Card sample
#abefdf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abefdf;
Background color
Panel with #abefdf background
background-color: #abefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abefdf; background: linear-gradient(135deg, #abefdf, #ABD2EF);