#8cbafe
a light, electric blue · cool · closest name: steelblue
RGB
140, 186, 254
HSL
216°, 98%, 77%
CMYK
45, 27, 0, 0
Luminance
0.4785
Every format
| HEX | #8cbafe |
| RGB | rgb(140, 186, 254) |
| HSL | hsl(216, 98%, 77%) |
| CMYK | cmyk(45%, 27%, 0%, 0%) |
| LAB | lab(74.7 2.2 -38.3) |
| LCH | lch(74.7 38.4 273.3) |
| OKLCH | oklch(0.782 0.110 258.0) |
Copy-ready code
/* CSS */
color: #8cbafe;
background-color: #8cbafe;
/* Tailwind (arbitrary) */
class="text-[#8cbafe] bg-[#8cbafe]"
/* SCSS */
$brand: #8cbafe;
/* SwiftUI */
Color(red: 0.549, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#8cbafe")Accessibility — WCAG contrast
Aa
#8cbafe on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbafe on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green72.9%
Blue99.6%
CMYK percentages
Cyan44.9%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#8cbafe text on a black background
contrast 10.57:1
Card sample
#8cbafe text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbafe;
Background color
Panel with #8cbafe background
background-color: #8cbafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbafe; background: linear-gradient(135deg, #8cbafe, #AA8CFE);