#8fbcfd
a light, electric blue · cool · closest name: skyblue
RGB
143, 188, 253
HSL
216°, 97%, 78%
CMYK
44, 26, 0, 1
Luminance
0.4890
Every format
| HEX | #8fbcfd |
| RGB | rgb(143, 188, 253) |
| HSL | hsl(216, 97%, 78%) |
| CMYK | cmyk(44%, 26%, 0%, 1%) |
| LAB | lab(75.4 1.6 -36.8) |
| LCH | lch(75.4 36.8 272.5) |
| OKLCH | oklch(0.788 0.105 257.5) |
Copy-ready code
/* CSS */
color: #8fbcfd;
background-color: #8fbcfd;
/* Tailwind (arbitrary) */
class="text-[#8fbcfd] bg-[#8fbcfd]"
/* SCSS */
$brand: #8fbcfd;
/* SwiftUI */
Color(red: 0.561, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#8fbcfd")Accessibility — WCAG contrast
Aa
#8fbcfd on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbcfd on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green73.7%
Blue99.2%
CMYK percentages
Cyan43.5%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#8fbcfd text on a black background
contrast 10.78:1
Card sample
#8fbcfd text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbcfd;
Background color
Panel with #8fbcfd background
background-color: #8fbcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbcfd; background: linear-gradient(135deg, #8fbcfd, #AB8FFD);