#8cbdfd
a light, electric blue · cool · closest name: skyblue
RGB
140, 189, 253
HSL
214°, 97%, 77%
CMYK
45, 25, 0, 1
Luminance
0.4906
Every format
| HEX | #8cbdfd |
| RGB | rgb(140, 189, 253) |
| HSL | hsl(214, 97%, 77%) |
| CMYK | cmyk(45%, 25%, 0%, 1%) |
| LAB | lab(75.5 0.3 -36.6) |
| LCH | lch(75.5 36.6 270.5) |
| OKLCH | oklch(0.788 0.106 255.4) |
Copy-ready code
/* CSS */
color: #8cbdfd;
background-color: #8cbdfd;
/* Tailwind (arbitrary) */
class="text-[#8cbdfd] bg-[#8cbdfd]"
/* SCSS */
$brand: #8cbdfd;
/* SwiftUI */
Color(red: 0.549, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#8cbdfd")Accessibility — WCAG contrast
Aa
#8cbdfd on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbdfd on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.1%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#8cbdfd text on a black background
contrast 10.81:1
Card sample
#8cbdfd text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbdfd;
Background color
Panel with #8cbdfd background
background-color: #8cbdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbdfd; background: linear-gradient(135deg, #8cbdfd, #A78CFD);