#8caade
a light, vivid blue · cool · closest name: steelblue
RGB
140, 170, 222
HSL
218°, 55%, 71%
CMYK
37, 23, 0, 13
Luminance
0.3960
Every format
| HEX | #8caade |
| RGB | rgb(140, 170, 222) |
| HSL | hsl(218, 55%, 71%) |
| CMYK | cmyk(37%, 23%, 0%, 13%) |
| LAB | lab(69.2 2.4 -29.5) |
| LCH | lch(69.2 29.6 274.6) |
| OKLCH | oklch(0.735 0.083 261.2) |
Copy-ready code
/* CSS */
color: #8caade;
background-color: #8caade;
/* Tailwind (arbitrary) */
class="text-[#8caade] bg-[#8caade]"
/* SCSS */
$brand: #8caade;
/* SwiftUI */
Color(red: 0.549, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#8caade")Accessibility — WCAG contrast
Aa
#8caade on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8caade on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green66.7%
Blue87.1%
CMYK percentages
Cyan36.9%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#8caade text on a black background
contrast 8.92:1
Card sample
#8caade text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8caade;
Background color
Panel with #8caade background
background-color: #8caade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8caade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8caade; background: linear-gradient(135deg, #8caade, #A58CDE);