#8cccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
140, 204, 223
HSL
194°, 57%, 71%
CMYK
37, 9, 0, 13
Luminance
0.5409
Every format
| HEX | #8cccdf |
| RGB | rgb(140, 204, 223) |
| HSL | hsl(194, 57%, 71%) |
| CMYK | cmyk(37%, 9%, 0%, 13%) |
| LAB | lab(78.5 -15.6 -15.9) |
| LCH | lch(78.5 22.3 225.5) |
| OKLCH | oklch(0.809 0.070 218.4) |
Copy-ready code
/* CSS */
color: #8cccdf;
background-color: #8cccdf;
/* Tailwind (arbitrary) */
class="text-[#8cccdf] bg-[#8cccdf]"
/* SCSS */
$brand: #8cccdf;
/* SwiftUI */
Color(red: 0.549, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#8cccdf")Accessibility — WCAG contrast
Aa
#8cccdf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cccdf on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.0%
Blue87.5%
CMYK percentages
Cyan37.2%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#8cccdf text on a black background
contrast 11.82:1
Card sample
#8cccdf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cccdf;
Background color
Panel with #8cccdf background
background-color: #8cccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cccdf; background: linear-gradient(135deg, #8cccdf, #8C95DF);