#8fdfec
a light, vivid cyan · cool · closest name: skyblue
RGB
143, 223, 236
HSL
188°, 71%, 74%
CMYK
39, 6, 0, 8
Luminance
0.6467
Every format
| HEX | #8fdfec |
| RGB | rgb(143, 223, 236) |
| HSL | hsl(188, 71%, 74%) |
| CMYK | cmyk(39%, 6%, 0%, 8%) |
| LAB | lab(84.3 -21.2 -14.1) |
| LCH | lch(84.3 25.5 213.5) |
| OKLCH | oklch(0.857 0.080 208.8) |
Copy-ready code
/* CSS */
color: #8fdfec;
background-color: #8fdfec;
/* Tailwind (arbitrary) */
class="text-[#8fdfec] bg-[#8fdfec]"
/* SCSS */
$brand: #8fdfec;
/* SwiftUI */
Color(red: 0.561, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#8fdfec")Accessibility — WCAG contrast
Aa
#8fdfec on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdfec on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.5%
Blue92.5%
CMYK percentages
Cyan39.4%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#8fdfec text on a black background
contrast 13.93:1
Card sample
#8fdfec text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdfec;
Background color
Panel with #8fdfec background
background-color: #8fdfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdfec; background: linear-gradient(135deg, #8fdfec, #8FA1EC);