#8ba6cf
a light, soft blue · cool · closest name: steelblue
RGB
139, 166, 207
HSL
216°, 42%, 68%
CMYK
33, 20, 0, 19
Luminance
0.3727
Every format
| HEX | #8ba6cf |
| RGB | rgb(139, 166, 207) |
| HSL | hsl(216, 42%, 68%) |
| CMYK | cmyk(33%, 20%, 0%, 19%) |
| LAB | lab(67.5 0.4 -23.9) |
| LCH | lch(67.5 23.9 271.0) |
| OKLCH | oklch(0.720 0.067 258.6) |
Copy-ready code
/* CSS */
color: #8ba6cf;
background-color: #8ba6cf;
/* Tailwind (arbitrary) */
class="text-[#8ba6cf] bg-[#8ba6cf]"
/* SCSS */
$brand: #8ba6cf;
/* SwiftUI */
Color(red: 0.545, green: 0.651, blue: 0.812)
/* Android */
Color.parseColor("#8ba6cf")Accessibility — WCAG contrast
Aa
#8ba6cf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ba6cf on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green65.1%
Blue81.2%
CMYK percentages
Cyan32.9%
Magenta19.8%
Yellow0.0%
Key (black)18.8%
Color previews
#8ba6cf text on a black background
contrast 8.45:1
Card sample
#8ba6cf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ba6cf;
Background color
Panel with #8ba6cf background
background-color: #8ba6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ba6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 166, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 166, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ba6cf; background: linear-gradient(135deg, #8ba6cf, #9D8BCF);