#8cbfd0
a light, soft cyan · cool · closest name: skyblue
RGB
140, 191, 208
HSL
195°, 42%, 68%
CMYK
33, 8, 0, 18
Luminance
0.4739
Every format
| HEX | #8cbfd0 |
| RGB | rgb(140, 191, 208) |
| HSL | hsl(195, 42%, 68%) |
| CMYK | cmyk(33%, 8%, 0%, 18%) |
| LAB | lab(74.4 -12.6 -13.9) |
| LCH | lch(74.4 18.7 227.9) |
| OKLCH | oklch(0.775 0.059 220.5) |
Copy-ready code
/* CSS */
color: #8cbfd0;
background-color: #8cbfd0;
/* Tailwind (arbitrary) */
class="text-[#8cbfd0] bg-[#8cbfd0]"
/* SCSS */
$brand: #8cbfd0;
/* SwiftUI */
Color(red: 0.549, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#8cbfd0")Accessibility — WCAG contrast
Aa
#8cbfd0 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbfd0 on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.9%
Blue81.6%
CMYK percentages
Cyan32.7%
Magenta8.2%
Yellow0.0%
Key (black)18.4%
Color previews
#8cbfd0 text on a black background
contrast 10.48:1
Card sample
#8cbfd0 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbfd0;
Background color
Panel with #8cbfd0 background
background-color: #8cbfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbfd0; background: linear-gradient(135deg, #8cbfd0, #8C92D0);