#8cbceb
a light, vivid blue · cool · closest name: skyblue
RGB
140, 188, 235
HSL
210°, 70%, 74%
CMYK
40, 20, 0, 8
Luminance
0.4754
Every format
| HEX | #8cbceb |
| RGB | rgb(140, 188, 235) |
| HSL | hsl(210, 70%, 74%) |
| CMYK | cmyk(40%, 20%, 0%, 8%) |
| LAB | lab(74.5 -4.1 -28.4) |
| LCH | lch(74.5 28.7 261.9) |
| OKLCH | oklch(0.778 0.085 248.4) |
Copy-ready code
/* CSS */
color: #8cbceb;
background-color: #8cbceb;
/* Tailwind (arbitrary) */
class="text-[#8cbceb] bg-[#8cbceb]"
/* SCSS */
$brand: #8cbceb;
/* SwiftUI */
Color(red: 0.549, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#8cbceb")Accessibility — WCAG contrast
Aa
#8cbceb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbceb on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green73.7%
Blue92.2%
CMYK percentages
Cyan40.4%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#8cbceb text on a black background
contrast 10.51:1
Card sample
#8cbceb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbceb;
Background color
Panel with #8cbceb background
background-color: #8cbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbceb; background: linear-gradient(135deg, #8cbceb, #9B8CEB);