#8cdceb
a light, vivid cyan · cool · closest name: skyblue
RGB
140, 220, 235
HSL
190°, 70%, 74%
CMYK
40, 6, 0, 8
Luminance
0.6276
Every format
| HEX | #8cdceb |
| RGB | rgb(140, 220, 235) |
| HSL | hsl(190, 70%, 74%) |
| CMYK | cmyk(40%, 6%, 0%, 8%) |
| LAB | lab(83.3 -20.7 -15.1) |
| LCH | lch(83.3 25.6 216.0) |
| OKLCH | oklch(0.848 0.081 210.7) |
Copy-ready code
/* CSS */
color: #8cdceb;
background-color: #8cdceb;
/* Tailwind (arbitrary) */
class="text-[#8cdceb] bg-[#8cdceb]"
/* SCSS */
$brand: #8cdceb;
/* SwiftUI */
Color(red: 0.549, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#8cdceb")Accessibility — WCAG contrast
Aa
#8cdceb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdceb on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green86.3%
Blue92.2%
CMYK percentages
Cyan40.4%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#8cdceb text on a black background
contrast 13.55:1
Card sample
#8cdceb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdceb;
Background color
Panel with #8cdceb background
background-color: #8cdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdceb; background: linear-gradient(135deg, #8cdceb, #8C9DEB);