#8cbdcf
a light, soft cyan · cool · closest name: skyblue
RGB
140, 189, 207
HSL
196°, 41%, 68%
CMYK
32, 9, 0, 19
Luminance
0.4648
Every format
| HEX | #8cbdcf |
| RGB | rgb(140, 189, 207) |
| HSL | hsl(196, 41%, 68%) |
| CMYK | cmyk(32%, 9%, 0%, 19%) |
| LAB | lab(73.8 -11.8 -14.2) |
| LCH | lch(73.8 18.4 230.5) |
| OKLCH | oklch(0.770 0.058 222.6) |
Copy-ready code
/* CSS */
color: #8cbdcf;
background-color: #8cbdcf;
/* Tailwind (arbitrary) */
class="text-[#8cbdcf] bg-[#8cbdcf]"
/* SCSS */
$brand: #8cbdcf;
/* SwiftUI */
Color(red: 0.549, green: 0.741, blue: 0.812)
/* Android */
Color.parseColor("#8cbdcf")Accessibility — WCAG contrast
Aa
#8cbdcf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbdcf on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.1%
Blue81.2%
CMYK percentages
Cyan32.4%
Magenta8.7%
Yellow0.0%
Key (black)18.8%
Color previews
#8cbdcf text on a black background
contrast 10.30:1
Card sample
#8cbdcf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbdcf;
Background color
Panel with #8cbdcf background
background-color: #8cbdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 189, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 189, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbdcf; background: linear-gradient(135deg, #8cbdcf, #8C90CF);