#8cccd3
a light, soft cyan · cool · closest name: skyblue
RGB
140, 204, 211
HSL
186°, 45%, 69%
CMYK
34, 3, 0, 17
Luminance
0.5346
Every format
| HEX | #8cccd3 |
| RGB | rgb(140, 204, 211) |
| HSL | hsl(186, 45%, 69%) |
| CMYK | cmyk(34%, 3%, 0%, 17%) |
| LAB | lab(78.2 -18.5 -10.0) |
| LCH | lch(78.2 21.1 208.3) |
| OKLCH | oklch(0.804 0.066 204.6) |
Copy-ready code
/* CSS */
color: #8cccd3;
background-color: #8cccd3;
/* Tailwind (arbitrary) */
class="text-[#8cccd3] bg-[#8cccd3]"
/* SCSS */
$brand: #8cccd3;
/* SwiftUI */
Color(red: 0.549, green: 0.800, blue: 0.827)
/* Android */
Color.parseColor("#8cccd3")Accessibility — WCAG contrast
Aa
#8cccd3 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cccd3 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.0%
Blue82.7%
CMYK percentages
Cyan33.6%
Magenta3.3%
Yellow0.0%
Key (black)17.3%
Color previews
#8cccd3 text on a black background
contrast 11.69:1
Card sample
#8cccd3 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cccd3;
Background color
Panel with #8cccd3 background
background-color: #8cccd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cccd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 204, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 204, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cccd3; background: linear-gradient(135deg, #8cccd3, #8C9DD3);