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