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