#8bacdf
a light, vivid blue · cool · closest name: steelblue
RGB
139, 172, 223
HSL
216°, 57%, 71%
CMYK
38, 23, 0, 13
Luminance
0.4032
Every format
| HEX | #8bacdf |
| RGB | rgb(139, 172, 223) |
| HSL | hsl(216, 57%, 71%) |
| CMYK | cmyk(38%, 23%, 0%, 13%) |
| LAB | lab(69.7 1.3 -29.3) |
| LCH | lch(69.7 29.3 272.5) |
| OKLCH | oklch(0.739 0.083 258.9) |
Copy-ready code
/* CSS */
color: #8bacdf;
background-color: #8bacdf;
/* Tailwind (arbitrary) */
class="text-[#8bacdf] bg-[#8bacdf]"
/* SCSS */
$brand: #8bacdf;
/* SwiftUI */
Color(red: 0.545, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#8bacdf")Accessibility — WCAG contrast
Aa
#8bacdf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bacdf on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green67.5%
Blue87.5%
CMYK percentages
Cyan37.7%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#8bacdf text on a black background
contrast 9.06:1
Card sample
#8bacdf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bacdf;
Background color
Panel with #8bacdf background
background-color: #8bacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bacdf; background: linear-gradient(135deg, #8bacdf, #A28BDF);