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