#8cbfdc
a light, vivid blue · cool · closest name: skyblue
RGB
140, 191, 220
HSL
202°, 53%, 71%
CMYK
36, 13, 0, 14
Luminance
0.4800
Every format
| HEX | #8cbfdc |
| RGB | rgb(140, 191, 220) |
| HSL | hsl(202, 53%, 71%) |
| CMYK | cmyk(36%, 13%, 0%, 14%) |
| LAB | lab(74.8 -9.6 -19.8) |
| LCH | lch(74.8 22.0 244.2) |
| OKLCH | oklch(0.779 0.068 233.7) |
Copy-ready code
/* CSS */
color: #8cbfdc;
background-color: #8cbfdc;
/* Tailwind (arbitrary) */
class="text-[#8cbfdc] bg-[#8cbfdc]"
/* SCSS */
$brand: #8cbfdc;
/* SwiftUI */
Color(red: 0.549, green: 0.749, blue: 0.863)
/* Android */
Color.parseColor("#8cbfdc")Accessibility — WCAG contrast
Aa
#8cbfdc on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbfdc on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.9%
Blue86.3%
CMYK percentages
Cyan36.4%
Magenta13.2%
Yellow0.0%
Key (black)13.7%
Color previews
#8cbfdc text on a black background
contrast 10.60:1
Card sample
#8cbfdc text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbfdc;
Background color
Panel with #8cbfdc background
background-color: #8cbfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 191, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 191, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbfdc; background: linear-gradient(135deg, #8cbfdc, #8E8CDC);