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