#8fdad7
a light, vivid cyan · cool · closest name: skyblue
RGB
143, 218, 215
HSL
178°, 50%, 71%
CMYK
34, 0, 1, 15
Luminance
0.6089
Every format
| HEX | #8fdad7 |
| RGB | rgb(143, 218, 215) |
| HSL | hsl(178, 50%, 71%) |
| CMYK | cmyk(34%, 0%, 1%, 15%) |
| LAB | lab(82.3 -23.8 -5.9) |
| LCH | lch(82.3 24.5 193.9) |
| OKLCH | oklch(0.839 0.074 192.6) |
Copy-ready code
/* CSS */
color: #8fdad7;
background-color: #8fdad7;
/* Tailwind (arbitrary) */
class="text-[#8fdad7] bg-[#8fdad7]"
/* SCSS */
$brand: #8fdad7;
/* SwiftUI */
Color(red: 0.561, green: 0.855, blue: 0.843)
/* Android */
Color.parseColor("#8fdad7")Accessibility — WCAG contrast
Aa
#8fdad7 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdad7 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green85.5%
Blue84.3%
CMYK percentages
Cyan34.4%
Magenta0.0%
Yellow1.4%
Key (black)14.5%
Color previews
#8fdad7 text on a black background
contrast 13.18:1
Card sample
#8fdad7 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdad7;
Background color
Panel with #8fdad7 background
background-color: #8fdad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 218, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 218, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdad7; background: linear-gradient(135deg, #8fdad7, #8FABDA);