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