#8cc0eb
a light, vivid blue · cool · closest name: skyblue
RGB
140, 192, 235
HSL
207°, 70%, 74%
CMYK
40, 18, 0, 8
Luminance
0.4927
Every format
| HEX | #8cc0eb |
| RGB | rgb(140, 192, 235) |
| HSL | hsl(207, 70%, 74%) |
| CMYK | cmyk(40%, 18%, 0%, 8%) |
| LAB | lab(75.6 -6.2 -26.7) |
| LCH | lch(75.6 27.4 256.9) |
| OKLCH | oklch(0.787 0.082 244.0) |
Copy-ready code
/* CSS */
color: #8cc0eb;
background-color: #8cc0eb;
/* Tailwind (arbitrary) */
class="text-[#8cc0eb] bg-[#8cc0eb]"
/* SCSS */
$brand: #8cc0eb;
/* SwiftUI */
Color(red: 0.549, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#8cc0eb")Accessibility — WCAG contrast
Aa
#8cc0eb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cc0eb on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green75.3%
Blue92.2%
CMYK percentages
Cyan40.4%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#8cc0eb text on a black background
contrast 10.85:1
Card sample
#8cc0eb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cc0eb;
Background color
Panel with #8cc0eb background
background-color: #8cc0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cc0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cc0eb; background: linear-gradient(135deg, #8cc0eb, #978CEB);