#8cbacf
a light, soft cyan · cool · closest name: skyblue
RGB
140, 186, 207
HSL
199°, 41%, 68%
CMYK
32, 10, 0, 19
Luminance
0.4520
Every format
| HEX | #8cbacf |
| RGB | rgb(140, 186, 207) |
| HSL | hsl(199, 41%, 68%) |
| CMYK | cmyk(32%, 10%, 0%, 19%) |
| LAB | lab(73.0 -10.2 -15.5) |
| LCH | lch(73.0 18.5 236.7) |
| OKLCH | oklch(0.763 0.057 227.8) |
Copy-ready code
/* CSS */
color: #8cbacf;
background-color: #8cbacf;
/* Tailwind (arbitrary) */
class="text-[#8cbacf] bg-[#8cbacf]"
/* SCSS */
$brand: #8cbacf;
/* SwiftUI */
Color(red: 0.549, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#8cbacf")Accessibility — WCAG contrast
Aa
#8cbacf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbacf on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green72.9%
Blue81.2%
CMYK percentages
Cyan32.4%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#8cbacf text on a black background
contrast 10.04:1
Card sample
#8cbacf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbacf;
Background color
Panel with #8cbacf background
background-color: #8cbacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbacf; background: linear-gradient(135deg, #8cbacf, #8C8DCF);