#8ccdfd
a light, electric blue · cool · closest name: skyblue
RGB
140, 205, 253
HSL
206°, 97%, 77%
CMYK
45, 19, 0, 1
Luminance
0.5633
Every format
| HEX | #8ccdfd |
| RGB | rgb(140, 205, 253) |
| HSL | hsl(206, 97%, 77%) |
| CMYK | cmyk(45%, 19%, 0%, 1%) |
| LAB | lab(79.8 -8.3 -30.0) |
| LCH | lch(79.8 31.1 254.5) |
| OKLCH | oklch(0.822 0.095 241.3) |
Copy-ready code
/* CSS */
color: #8ccdfd;
background-color: #8ccdfd;
/* Tailwind (arbitrary) */
class="text-[#8ccdfd] bg-[#8ccdfd]"
/* SCSS */
$brand: #8ccdfd;
/* SwiftUI */
Color(red: 0.549, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#8ccdfd")Accessibility — WCAG contrast
Aa
#8ccdfd on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccdfd on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.4%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#8ccdfd text on a black background
contrast 12.27:1
Card sample
#8ccdfd text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccdfd;
Background color
Panel with #8ccdfd background
background-color: #8ccdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccdfd; background: linear-gradient(135deg, #8ccdfd, #978CFD);