#8cc6cd
a light, soft cyan · cool · closest name: skyblue
RGB
140, 198, 205
HSL
187°, 39%, 68%
CMYK
32, 3, 0, 20
Luminance
0.5037
Every format
| HEX | #8cc6cd |
| RGB | rgb(140, 198, 205) |
| HSL | hsl(187, 39%, 68%) |
| CMYK | cmyk(32%, 3%, 0%, 20%) |
| LAB | lab(76.3 -16.9 -9.5) |
| LCH | lch(76.3 19.4 209.3) |
| OKLCH | oklch(0.789 0.060 205.4) |
Copy-ready code
/* CSS */
color: #8cc6cd;
background-color: #8cc6cd;
/* Tailwind (arbitrary) */
class="text-[#8cc6cd] bg-[#8cc6cd]"
/* SCSS */
$brand: #8cc6cd;
/* SwiftUI */
Color(red: 0.549, green: 0.776, blue: 0.804)
/* Android */
Color.parseColor("#8cc6cd")Accessibility — WCAG contrast
Aa
#8cc6cd on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cc6cd on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green77.6%
Blue80.4%
CMYK percentages
Cyan31.7%
Magenta3.4%
Yellow0.0%
Key (black)19.6%
Color previews
#8cc6cd text on a black background
contrast 11.07:1
Card sample
#8cc6cd text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cc6cd;
Background color
Panel with #8cc6cd background
background-color: #8cc6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cc6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 198, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 198, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cc6cd; background: linear-gradient(135deg, #8cc6cd, #8C9ACD);