#8fdfff
a light, electric cyan · cool · closest name: skyblue
RGB
143, 223, 255
HSL
197°, 100%, 78%
CMYK
44, 13, 0, 0
Luminance
0.6583
Every format
| HEX | #8fdfff |
| RGB | rgb(143, 223, 255) |
| HSL | hsl(197, 100%, 78%) |
| CMYK | cmyk(44%, 13%, 0%, 0%) |
| LAB | lab(84.9 -16.4 -23.2) |
| LCH | lch(84.9 28.4 234.8) |
| OKLCH | oklch(0.863 0.090 225.4) |
Copy-ready code
/* CSS */
color: #8fdfff;
background-color: #8fdfff;
/* Tailwind (arbitrary) */
class="text-[#8fdfff] bg-[#8fdfff]"
/* SCSS */
$brand: #8fdfff;
/* SwiftUI */
Color(red: 0.561, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#8fdfff")Accessibility — WCAG contrast
Aa
#8fdfff on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdfff on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.5%
Blue100.0%
CMYK percentages
Cyan43.9%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#8fdfff text on a black background
contrast 14.17:1
Card sample
#8fdfff text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdfff;
Background color
Panel with #8fdfff background
background-color: #8fdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdfff; background: linear-gradient(135deg, #8fdfff, #8F94FF);