#8fcbfd
a light, electric blue · cool · closest name: skyblue
RGB
143, 203, 253
HSL
207°, 97%, 78%
CMYK
44, 20, 0, 1
Luminance
0.5564
Every format
| HEX | #8fcbfd |
| RGB | rgb(143, 203, 253) |
| HSL | hsl(207, 97%, 78%) |
| CMYK | cmyk(44%, 20%, 0%, 1%) |
| LAB | lab(79.4 -6.5 -30.6) |
| LCH | lch(79.4 31.2 258.0) |
| OKLCH | oklch(0.820 0.094 244.4) |
Copy-ready code
/* CSS */
color: #8fcbfd;
background-color: #8fcbfd;
/* Tailwind (arbitrary) */
class="text-[#8fcbfd] bg-[#8fcbfd]"
/* SCSS */
$brand: #8fcbfd;
/* SwiftUI */
Color(red: 0.561, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#8fcbfd")Accessibility — WCAG contrast
Aa
#8fcbfd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcbfd on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green79.6%
Blue99.2%
CMYK percentages
Cyan43.5%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#8fcbfd text on a black background
contrast 12.13:1
Card sample
#8fcbfd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcbfd;
Background color
Panel with #8fcbfd background
background-color: #8fcbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcbfd; background: linear-gradient(135deg, #8fcbfd, #9C8FFD);