#8cbffc
a light, electric blue · cool · closest name: skyblue
RGB
140, 191, 252
HSL
213°, 95%, 77%
CMYK
44, 24, 0, 1
Luminance
0.4987
Every format
| HEX | #8cbffc |
| RGB | rgb(140, 191, 252) |
| HSL | hsl(213, 95%, 77%) |
| CMYK | cmyk(44%, 24%, 0%, 1%) |
| LAB | lab(76.0 -1.1 -35.3) |
| LCH | lch(76.0 35.3 268.3) |
| OKLCH | oklch(0.792 0.103 253.4) |
Copy-ready code
/* CSS */
color: #8cbffc;
background-color: #8cbffc;
/* Tailwind (arbitrary) */
class="text-[#8cbffc] bg-[#8cbffc]"
/* SCSS */
$brand: #8cbffc;
/* SwiftUI */
Color(red: 0.549, green: 0.749, blue: 0.988)
/* Android */
Color.parseColor("#8cbffc")Accessibility — WCAG contrast
Aa
#8cbffc on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbffc on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.9%
Blue98.8%
CMYK percentages
Cyan44.4%
Magenta24.2%
Yellow0.0%
Key (black)1.2%
Color previews
#8cbffc text on a black background
contrast 10.97:1
Card sample
#8cbffc text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbffc;
Background color
Panel with #8cbffc background
background-color: #8cbffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 191, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 191, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbffc; background: linear-gradient(135deg, #8cbffc, #A48CFC);