#8cdcff
a light, electric cyan · cool · closest name: skyblue
RGB
140, 220, 255
HSL
198°, 100%, 78%
CMYK
45, 14, 0, 0
Luminance
0.6398
Every format
| HEX | #8cdcff |
| RGB | rgb(140, 220, 255) |
| HSL | hsl(198, 100%, 78%) |
| CMYK | cmyk(45%, 14%, 0%, 0%) |
| LAB | lab(84.0 -15.6 -24.7) |
| LCH | lch(84.0 29.2 237.7) |
| OKLCH | oklch(0.855 0.092 227.7) |
Copy-ready code
/* CSS */
color: #8cdcff;
background-color: #8cdcff;
/* Tailwind (arbitrary) */
class="text-[#8cdcff] bg-[#8cdcff]"
/* SCSS */
$brand: #8cdcff;
/* SwiftUI */
Color(red: 0.549, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#8cdcff")Accessibility — WCAG contrast
Aa
#8cdcff on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdcff on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green86.3%
Blue100.0%
CMYK percentages
Cyan45.1%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#8cdcff text on a black background
contrast 13.80:1
Card sample
#8cdcff text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdcff;
Background color
Panel with #8cdcff background
background-color: #8cdcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdcff; background: linear-gradient(135deg, #8cdcff, #8C90FF);