#8cbfd5
a light, vivid cyan · cool · closest name: skyblue
RGB
140, 191, 213
HSL
198°, 47%, 69%
CMYK
34, 10, 0, 17
Luminance
0.4764
Every format
| HEX | #8cbfd5 |
| RGB | rgb(140, 191, 213) |
| HSL | hsl(198, 47%, 69%) |
| CMYK | cmyk(34%, 10%, 0%, 17%) |
| LAB | lab(74.6 -11.3 -16.4) |
| LCH | lch(74.6 19.9 235.3) |
| OKLCH | oklch(0.776 0.062 226.5) |
Copy-ready code
/* CSS */
color: #8cbfd5;
background-color: #8cbfd5;
/* Tailwind (arbitrary) */
class="text-[#8cbfd5] bg-[#8cbfd5]"
/* SCSS */
$brand: #8cbfd5;
/* SwiftUI */
Color(red: 0.549, green: 0.749, blue: 0.835)
/* Android */
Color.parseColor("#8cbfd5")Accessibility — WCAG contrast
Aa
#8cbfd5 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbfd5 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.9%
Blue83.5%
CMYK percentages
Cyan34.3%
Magenta10.3%
Yellow0.0%
Key (black)16.5%
Color previews
#8cbfd5 text on a black background
contrast 10.53:1
Card sample
#8cbfd5 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbfd5;
Background color
Panel with #8cbfd5 background
background-color: #8cbfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 191, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 191, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbfd5; background: linear-gradient(135deg, #8cbfd5, #8C8ED5);