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