#8cdbfd
a light, electric cyan · cool · closest name: skyblue
RGB
140, 219, 253
HSL
198°, 97%, 77%
CMYK
45, 13, 0, 1
Luminance
0.6333
Every format
| HEX | #8cdbfd |
| RGB | rgb(140, 219, 253) |
| HSL | hsl(198, 97%, 77%) |
| CMYK | cmyk(45%, 13%, 0%, 1%) |
| LAB | lab(83.6 -15.6 -24.1) |
| LCH | lch(83.6 28.7 237.1) |
| OKLCH | oklch(0.853 0.091 227.2) |
Copy-ready code
/* CSS */
color: #8cdbfd;
background-color: #8cdbfd;
/* Tailwind (arbitrary) */
class="text-[#8cdbfd] bg-[#8cdbfd]"
/* SCSS */
$brand: #8cdbfd;
/* SwiftUI */
Color(red: 0.549, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#8cdbfd")Accessibility — WCAG contrast
Aa
#8cdbfd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdbfd on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green85.9%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#8cdbfd text on a black background
contrast 13.67:1
Card sample
#8cdbfd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdbfd;
Background color
Panel with #8cdbfd background
background-color: #8cdbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdbfd; background: linear-gradient(135deg, #8cdbfd, #8C90FD);