#8cdfff
a light, electric cyan · cool · closest name: skyblue
RGB
140, 223, 255
HSL
197°, 100%, 78%
CMYK
45, 13, 0, 0
Luminance
0.6557
Every format
| HEX | #8cdfff |
| RGB | rgb(140, 223, 255) |
| HSL | hsl(197, 100%, 78%) |
| CMYK | cmyk(45%, 13%, 0%, 0%) |
| LAB | lab(84.8 -17.1 -23.4) |
| LCH | lch(84.8 29.0 233.9) |
| OKLCH | oklch(0.862 0.092 224.6) |
Copy-ready code
/* CSS */
color: #8cdfff;
background-color: #8cdfff;
/* Tailwind (arbitrary) */
class="text-[#8cdfff] bg-[#8cdfff]"
/* SCSS */
$brand: #8cdfff;
/* SwiftUI */
Color(red: 0.549, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#8cdfff")Accessibility — WCAG contrast
Aa
#8cdfff on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdfff on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green87.5%
Blue100.0%
CMYK percentages
Cyan45.1%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#8cdfff text on a black background
contrast 14.11:1
Card sample
#8cdfff text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdfff;
Background color
Panel with #8cdfff background
background-color: #8cdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdfff; background: linear-gradient(135deg, #8cdfff, #8C93FF);