#8cbfdb
a light, vivid blue · cool · closest name: skyblue
RGB
140, 191, 219
HSL
201°, 52%, 70%
CMYK
36, 13, 0, 14
Luminance
0.4795
Every format
| HEX | #8cbfdb |
| RGB | rgb(140, 191, 219) |
| HSL | hsl(201, 52%, 70%) |
| CMYK | cmyk(36%, 13%, 0%, 14%) |
| LAB | lab(74.8 -9.8 -19.3) |
| LCH | lch(74.8 21.7 243.1) |
| OKLCH | oklch(0.779 0.067 232.7) |
Copy-ready code
/* CSS */
color: #8cbfdb;
background-color: #8cbfdb;
/* Tailwind (arbitrary) */
class="text-[#8cbfdb] bg-[#8cbfdb]"
/* SCSS */
$brand: #8cbfdb;
/* SwiftUI */
Color(red: 0.549, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#8cbfdb")Accessibility — WCAG contrast
Aa
#8cbfdb on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbfdb on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.9%
Blue85.9%
CMYK percentages
Cyan36.1%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#8cbfdb text on a black background
contrast 10.59:1
Card sample
#8cbfdb text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbfdb;
Background color
Panel with #8cbfdb background
background-color: #8cbfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbfdb; background: linear-gradient(135deg, #8cbfdb, #8E8CDB);