#8cbdf6
a light, electric blue · cool · closest name: skyblue
RGB
140, 189, 246
HSL
212°, 86%, 76%
CMYK
43, 23, 0, 4
Luminance
0.4862
Every format
| HEX | #8cbdf6 |
| RGB | rgb(140, 189, 246) |
| HSL | hsl(212, 86%, 76%) |
| CMYK | cmyk(43%, 23%, 0%, 4%) |
| LAB | lab(75.2 -1.6 -33.3) |
| LCH | lch(75.2 33.3 267.2) |
| OKLCH | oklch(0.785 0.097 252.7) |
Copy-ready code
/* CSS */
color: #8cbdf6;
background-color: #8cbdf6;
/* Tailwind (arbitrary) */
class="text-[#8cbdf6] bg-[#8cbdf6]"
/* SCSS */
$brand: #8cbdf6;
/* SwiftUI */
Color(red: 0.549, green: 0.741, blue: 0.965)
/* Android */
Color.parseColor("#8cbdf6")Accessibility — WCAG contrast
Aa
#8cbdf6 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbdf6 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.1%
Blue96.5%
CMYK percentages
Cyan43.1%
Magenta23.2%
Yellow0.0%
Key (black)3.5%
Color previews
#8cbdf6 text on a black background
contrast 10.72:1
Card sample
#8cbdf6 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbdf6;
Background color
Panel with #8cbdf6 background
background-color: #8cbdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 189, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 189, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbdf6; background: linear-gradient(135deg, #8cbdf6, #A28CF6);