#8ba0df
a light, vivid blue · warm · closest name: steelblue
RGB
139, 160, 223
HSL
225°, 57%, 71%
CMYK
38, 28, 0, 13
Luminance
0.3596
Every format
| HEX | #8ba0df |
| RGB | rgb(139, 160, 223) |
| HSL | hsl(225, 57%, 71%) |
| CMYK | cmyk(38%, 28%, 0%, 13%) |
| LAB | lab(66.5 8.0 -34.3) |
| LCH | lch(66.5 35.2 283.1) |
| OKLCH | oklch(0.714 0.095 269.7) |
Copy-ready code
/* CSS */
color: #8ba0df;
background-color: #8ba0df;
/* Tailwind (arbitrary) */
class="text-[#8ba0df] bg-[#8ba0df]"
/* SCSS */
$brand: #8ba0df;
/* SwiftUI */
Color(red: 0.545, green: 0.627, blue: 0.875)
/* Android */
Color.parseColor("#8ba0df")Accessibility — WCAG contrast
Aa
#8ba0df on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ba0df on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green62.7%
Blue87.5%
CMYK percentages
Cyan37.7%
Magenta28.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8ba0df text on a black background
contrast 8.19:1
Card sample
#8ba0df text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ba0df;
Background color
Panel with #8ba0df background
background-color: #8ba0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ba0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 160, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 160, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ba0df; background: linear-gradient(135deg, #8ba0df, #AE8BDF);