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