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