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