#8bccfd
a light, electric blue · cool · closest name: skyblue
RGB
139, 204, 253
HSL
206°, 97%, 77%
CMYK
45, 19, 0, 1
Luminance
0.5577
Every format
| HEX | #8bccfd |
| RGB | rgb(139, 204, 253) |
| HSL | hsl(206, 97%, 77%) |
| CMYK | cmyk(45%, 19%, 0%, 1%) |
| LAB | lab(79.5 -8.0 -30.5) |
| LCH | lch(79.5 31.5 255.2) |
| OKLCH | oklch(0.820 0.096 241.9) |
Copy-ready code
/* CSS */
color: #8bccfd;
background-color: #8bccfd;
/* Tailwind (arbitrary) */
class="text-[#8bccfd] bg-[#8bccfd]"
/* SCSS */
$brand: #8bccfd;
/* SwiftUI */
Color(red: 0.545, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#8bccfd")Accessibility — WCAG contrast
Aa
#8bccfd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bccfd on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green80.0%
Blue99.2%
CMYK percentages
Cyan45.1%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#8bccfd text on a black background
contrast 12.15:1
Card sample
#8bccfd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bccfd;
Background color
Panel with #8bccfd background
background-color: #8bccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bccfd; background: linear-gradient(135deg, #8bccfd, #968BFD);