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