#8cbfdf
a light, vivid blue · cool · closest name: skyblue
RGB
140, 191, 223
HSL
203°, 57%, 71%
CMYK
37, 14, 0, 13
Luminance
0.4816
Every format
| HEX | #8cbfdf |
| RGB | rgb(140, 191, 223) |
| HSL | hsl(203, 57%, 71%) |
| CMYK | cmyk(37%, 14%, 0%, 13%) |
| LAB | lab(74.9 -8.8 -21.3) |
| LCH | lch(74.9 23.0 247.5) |
| OKLCH | oklch(0.780 0.070 236.4) |
Copy-ready code
/* CSS */
color: #8cbfdf;
background-color: #8cbfdf;
/* Tailwind (arbitrary) */
class="text-[#8cbfdf] bg-[#8cbfdf]"
/* SCSS */
$brand: #8cbfdf;
/* SwiftUI */
Color(red: 0.549, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#8cbfdf")Accessibility — WCAG contrast
Aa
#8cbfdf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbfdf on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.9%
Blue87.5%
CMYK percentages
Cyan37.2%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8cbfdf text on a black background
contrast 10.63:1
Card sample
#8cbfdf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbfdf;
Background color
Panel with #8cbfdf background
background-color: #8cbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbfdf; background: linear-gradient(135deg, #8cbfdf, #908CDF);