#8ba2dc
a light, vivid blue · cool · closest name: steelblue
RGB
139, 162, 220
HSL
223°, 54%, 70%
CMYK
37, 26, 0, 14
Luminance
0.3650
Every format
| HEX | #8ba2dc |
| RGB | rgb(139, 162, 220) |
| HSL | hsl(223, 54%, 70%) |
| CMYK | cmyk(37%, 26%, 0%, 14%) |
| LAB | lab(66.9 6.1 -32.0) |
| LCH | lch(66.9 32.5 280.7) |
| OKLCH | oklch(0.717 0.089 267.5) |
Copy-ready code
/* CSS */
color: #8ba2dc;
background-color: #8ba2dc;
/* Tailwind (arbitrary) */
class="text-[#8ba2dc] bg-[#8ba2dc]"
/* SCSS */
$brand: #8ba2dc;
/* SwiftUI */
Color(red: 0.545, green: 0.635, blue: 0.863)
/* Android */
Color.parseColor("#8ba2dc")Accessibility — WCAG contrast
Aa
#8ba2dc on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ba2dc on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green63.5%
Blue86.3%
CMYK percentages
Cyan36.8%
Magenta26.4%
Yellow0.0%
Key (black)13.7%
Color previews
#8ba2dc text on a black background
contrast 8.30:1
Card sample
#8ba2dc text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ba2dc;
Background color
Panel with #8ba2dc background
background-color: #8ba2dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ba2dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 162, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 162, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ba2dc; background: linear-gradient(135deg, #8ba2dc, #AA8BDC);