#8bdcfd
a light, electric cyan · cool · closest name: skyblue
RGB
139, 220, 253
HSL
197°, 97%, 77%
CMYK
45, 13, 0, 1
Luminance
0.6377
Every format
| HEX | #8bdcfd |
| RGB | rgb(139, 220, 253) |
| HSL | hsl(197, 97%, 77%) |
| CMYK | cmyk(45%, 13%, 0%, 1%) |
| LAB | lab(83.8 -16.3 -23.8) |
| LCH | lch(83.8 28.9 235.5) |
| OKLCH | oklch(0.854 0.091 225.9) |
Copy-ready code
/* CSS */
color: #8bdcfd;
background-color: #8bdcfd;
/* Tailwind (arbitrary) */
class="text-[#8bdcfd] bg-[#8bdcfd]"
/* SCSS */
$brand: #8bdcfd;
/* SwiftUI */
Color(red: 0.545, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#8bdcfd")Accessibility — WCAG contrast
Aa
#8bdcfd on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bdcfd on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green86.3%
Blue99.2%
CMYK percentages
Cyan45.1%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#8bdcfd text on a black background
contrast 13.75:1
Card sample
#8bdcfd text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bdcfd;
Background color
Panel with #8bdcfd background
background-color: #8bdcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bdcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bdcfd; background: linear-gradient(135deg, #8bdcfd, #8B90FD);