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