#8fdedf
a light, vivid cyan · cool · closest name: skyblue
RGB
143, 222, 223
HSL
181°, 56%, 72%
CMYK
36, 0, 0, 13
Luminance
0.6341
Every format
| HEX | #8fdedf |
| RGB | rgb(143, 222, 223) |
| HSL | hsl(181, 56%, 72%) |
| CMYK | cmyk(36%, 0%, 0%, 13%) |
| LAB | lab(83.7 -23.9 -8.2) |
| LCH | lch(83.7 25.2 198.9) |
| OKLCH | oklch(0.850 0.078 196.8) |
Copy-ready code
/* CSS */
color: #8fdedf;
background-color: #8fdedf;
/* Tailwind (arbitrary) */
class="text-[#8fdedf] bg-[#8fdedf]"
/* SCSS */
$brand: #8fdedf;
/* SwiftUI */
Color(red: 0.561, green: 0.871, blue: 0.875)
/* Android */
Color.parseColor("#8fdedf")Accessibility — WCAG contrast
Aa
#8fdedf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdedf on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.1%
Blue87.5%
CMYK percentages
Cyan35.9%
Magenta0.4%
Yellow0.0%
Key (black)12.5%
Color previews
#8fdedf text on a black background
contrast 13.68:1
Card sample
#8fdedf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdedf;
Background color
Panel with #8fdedf background
background-color: #8fdedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 222, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 222, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdedf; background: linear-gradient(135deg, #8fdedf, #8FA9DF);