#8ccef1
a light, electric blue · cool · closest name: skyblue
RGB
140, 206, 241
HSL
201°, 78%, 75%
CMYK
42, 15, 0, 6
Luminance
0.5607
Every format
| HEX | #8ccef1 |
| RGB | rgb(140, 206, 241) |
| HSL | hsl(201, 78%, 75%) |
| CMYK | cmyk(42%, 15%, 0%, 6%) |
| LAB | lab(79.7 -12.0 -23.8) |
| LCH | lch(79.7 26.7 243.2) |
| OKLCH | oklch(0.820 0.083 232.3) |
Copy-ready code
/* CSS */
color: #8ccef1;
background-color: #8ccef1;
/* Tailwind (arbitrary) */
class="text-[#8ccef1] bg-[#8ccef1]"
/* SCSS */
$brand: #8ccef1;
/* SwiftUI */
Color(red: 0.549, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#8ccef1")Accessibility — WCAG contrast
Aa
#8ccef1 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccef1 on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.8%
Blue94.5%
CMYK percentages
Cyan41.9%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#8ccef1 text on a black background
contrast 12.21:1
Card sample
#8ccef1 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccef1;
Background color
Panel with #8ccef1 background
background-color: #8ccef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccef1; background: linear-gradient(135deg, #8ccef1, #8D8CF1);