#8cb0fd
a light, electric blue · cool · closest name: steelblue
RGB
140, 176, 253
HSL
221°, 97%, 77%
CMYK
45, 30, 0, 1
Luminance
0.4372
Every format
| HEX | #8cb0fd |
| RGB | rgb(140, 176, 253) |
| HSL | hsl(221, 97%, 77%) |
| CMYK | cmyk(45%, 30%, 0%, 1%) |
| LAB | lab(72.0 7.5 -42.0) |
| LCH | lch(72.0 42.6 280.1) |
| OKLCH | oklch(0.761 0.118 264.6) |
Copy-ready code
/* CSS */
color: #8cb0fd;
background-color: #8cb0fd;
/* Tailwind (arbitrary) */
class="text-[#8cb0fd] bg-[#8cb0fd]"
/* SCSS */
$brand: #8cb0fd;
/* SwiftUI */
Color(red: 0.549, green: 0.690, blue: 0.992)
/* Android */
Color.parseColor("#8cb0fd")Accessibility — WCAG contrast
Aa
#8cb0fd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cb0fd on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green69.0%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta30.4%
Yellow0.0%
Key (black)0.8%
Color previews
#8cb0fd text on a black background
contrast 9.74:1
Card sample
#8cb0fd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cb0fd;
Background color
Panel with #8cb0fd background
background-color: #8cb0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cb0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 176, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 176, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cb0fd; background: linear-gradient(135deg, #8cb0fd, #B38CFD);