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