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