#8cccfc
a light, electric blue · cool · closest name: skyblue
RGB
140, 204, 252
HSL
206°, 95%, 77%
CMYK
44, 19, 0, 1
Luminance
0.5579
Every format
| HEX | #8cccfc |
| RGB | rgb(140, 204, 252) |
| HSL | hsl(206, 95%, 77%) |
| CMYK | cmyk(44%, 19%, 0%, 1%) |
| LAB | lab(79.5 -8.1 -29.9) |
| LCH | lch(79.5 31.0 254.9) |
| OKLCH | oklch(0.820 0.094 241.7) |
Copy-ready code
/* CSS */
color: #8cccfc;
background-color: #8cccfc;
/* Tailwind (arbitrary) */
class="text-[#8cccfc] bg-[#8cccfc]"
/* SCSS */
$brand: #8cccfc;
/* SwiftUI */
Color(red: 0.549, green: 0.800, blue: 0.988)
/* Android */
Color.parseColor("#8cccfc")Accessibility — WCAG contrast
Aa
#8cccfc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cccfc on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.0%
Blue98.8%
CMYK percentages
Cyan44.4%
Magenta19.0%
Yellow0.0%
Key (black)1.2%
Color previews
#8cccfc text on a black background
contrast 12.16:1
Card sample
#8cccfc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cccfc;
Background color
Panel with #8cccfc background
background-color: #8cccfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cccfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 204, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 204, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cccfc; background: linear-gradient(135deg, #8cccfc, #978CFC);