#8cbfda
a light, vivid blue · cool · closest name: skyblue
RGB
140, 191, 218
HSL
201°, 51%, 70%
CMYK
36, 12, 0, 15
Luminance
0.4790
Every format
| HEX | #8cbfda |
| RGB | rgb(140, 191, 218) |
| HSL | hsl(201, 51%, 70%) |
| CMYK | cmyk(36%, 12%, 0%, 15%) |
| LAB | lab(74.8 -10.1 -18.8) |
| LCH | lch(74.8 21.4 241.9) |
| OKLCH | oklch(0.778 0.066 231.8) |
Copy-ready code
/* CSS */
color: #8cbfda;
background-color: #8cbfda;
/* Tailwind (arbitrary) */
class="text-[#8cbfda] bg-[#8cbfda]"
/* SCSS */
$brand: #8cbfda;
/* SwiftUI */
Color(red: 0.549, green: 0.749, blue: 0.855)
/* Android */
Color.parseColor("#8cbfda")Accessibility — WCAG contrast
Aa
#8cbfda on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbfda on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.9%
Blue85.5%
CMYK percentages
Cyan35.8%
Magenta12.4%
Yellow0.0%
Key (black)14.5%
Color previews
#8cbfda text on a black background
contrast 10.58:1
Card sample
#8cbfda text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbfda;
Background color
Panel with #8cbfda background
background-color: #8cbfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 191, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 191, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbfda; background: linear-gradient(135deg, #8cbfda, #8D8CDA);