#8cccda
a light, vivid cyan · cool · closest name: skyblue
RGB
140, 204, 218
HSL
191°, 51%, 70%
CMYK
36, 6, 0, 15
Luminance
0.5382
Every format
| HEX | #8cccda |
| RGB | rgb(140, 204, 218) |
| HSL | hsl(191, 51%, 70%) |
| CMYK | cmyk(36%, 6%, 0%, 15%) |
| LAB | lab(78.4 -16.8 -13.4) |
| LCH | lch(78.4 21.5 218.6) |
| OKLCH | oklch(0.807 0.068 212.8) |
Copy-ready code
/* CSS */
color: #8cccda;
background-color: #8cccda;
/* Tailwind (arbitrary) */
class="text-[#8cccda] bg-[#8cccda]"
/* SCSS */
$brand: #8cccda;
/* SwiftUI */
Color(red: 0.549, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#8cccda")Accessibility — WCAG contrast
Aa
#8cccda on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cccda on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.0%
Blue85.5%
CMYK percentages
Cyan35.8%
Magenta6.4%
Yellow0.0%
Key (black)14.5%
Color previews
#8cccda text on a black background
contrast 11.76:1
Card sample
#8cccda text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cccda;
Background color
Panel with #8cccda background
background-color: #8cccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cccda; background: linear-gradient(135deg, #8cccda, #8C98DA);