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