#8cb3da
a light, vivid blue · cool · closest name: skyblue
RGB
140, 179, 218
HSL
210°, 51%, 70%
CMYK
36, 18, 0, 15
Luminance
0.4288
Every format
| HEX | #8cb3da |
| RGB | rgb(140, 179, 218) |
| HSL | hsl(210, 51%, 70%) |
| CMYK | cmyk(36%, 18%, 0%, 15%) |
| LAB | lab(71.5 -3.6 -23.8) |
| LCH | lch(71.5 24.1 261.3) |
| OKLCH | oklch(0.752 0.070 248.8) |
Copy-ready code
/* CSS */
color: #8cb3da;
background-color: #8cb3da;
/* Tailwind (arbitrary) */
class="text-[#8cb3da] bg-[#8cb3da]"
/* SCSS */
$brand: #8cb3da;
/* SwiftUI */
Color(red: 0.549, green: 0.702, blue: 0.855)
/* Android */
Color.parseColor("#8cb3da")Accessibility — WCAG contrast
Aa
#8cb3da on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cb3da on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green70.2%
Blue85.5%
CMYK percentages
Cyan35.8%
Magenta17.9%
Yellow0.0%
Key (black)14.5%
Color previews
#8cb3da text on a black background
contrast 9.58:1
Card sample
#8cb3da text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cb3da;
Background color
Panel with #8cb3da background
background-color: #8cb3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cb3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 179, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 179, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cb3da; background: linear-gradient(135deg, #8cb3da, #998CDA);