#8cd5fd
a light, electric blue · cool · closest name: skyblue
RGB
140, 213, 253
HSL
201°, 97%, 77%
CMYK
45, 16, 0, 1
Luminance
0.6026
Every format
| HEX | #8cd5fd |
| RGB | rgb(140, 213, 253) |
| HSL | hsl(201, 97%, 77%) |
| CMYK | cmyk(45%, 16%, 0%, 1%) |
| LAB | lab(82.0 -12.5 -26.6) |
| LCH | lch(82.0 29.4 244.9) |
| OKLCH | oklch(0.839 0.092 233.4) |
Copy-ready code
/* CSS */
color: #8cd5fd;
background-color: #8cd5fd;
/* Tailwind (arbitrary) */
class="text-[#8cd5fd] bg-[#8cd5fd]"
/* SCSS */
$brand: #8cd5fd;
/* SwiftUI */
Color(red: 0.549, green: 0.835, blue: 0.992)
/* Android */
Color.parseColor("#8cd5fd")Accessibility — WCAG contrast
Aa
#8cd5fd on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd5fd on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green83.5%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta15.8%
Yellow0.0%
Key (black)0.8%
Color previews
#8cd5fd text on a black background
contrast 13.05:1
Card sample
#8cd5fd text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd5fd;
Background color
Panel with #8cd5fd background
background-color: #8cd5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 213, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 213, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd5fd; background: linear-gradient(135deg, #8cd5fd, #8E8CFD);