#8cccf6
a light, electric blue · cool · closest name: skyblue
RGB
140, 204, 246
HSL
204°, 86%, 76%
CMYK
43, 17, 0, 4
Luminance
0.5542
Every format
| HEX | #8cccf6 |
| RGB | rgb(140, 204, 246) |
| HSL | hsl(204, 86%, 76%) |
| CMYK | cmyk(43%, 17%, 0%, 4%) |
| LAB | lab(79.3 -9.7 -27.0) |
| LCH | lch(79.3 28.7 250.3) |
| OKLCH | oklch(0.817 0.088 238.0) |
Copy-ready code
/* CSS */
color: #8cccf6;
background-color: #8cccf6;
/* Tailwind (arbitrary) */
class="text-[#8cccf6] bg-[#8cccf6]"
/* SCSS */
$brand: #8cccf6;
/* SwiftUI */
Color(red: 0.549, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#8cccf6")Accessibility — WCAG contrast
Aa
#8cccf6 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cccf6 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.0%
Blue96.5%
CMYK percentages
Cyan43.1%
Magenta17.1%
Yellow0.0%
Key (black)3.5%
Color previews
#8cccf6 text on a black background
contrast 12.08:1
Card sample
#8cccf6 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cccf6;
Background color
Panel with #8cccf6 background
background-color: #8cccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cccf6; background: linear-gradient(135deg, #8cccf6, #938CF6);