#8baceb
a light, vivid blue · cool · closest name: steelblue
RGB
139, 172, 235
HSL
219°, 71%, 73%
CMYK
41, 27, 0, 8
Luminance
0.4099
Every format
| HEX | #8baceb |
| RGB | rgb(139, 172, 235) |
| HSL | hsl(219, 71%, 73%) |
| CMYK | cmyk(41%, 27%, 0%, 8%) |
| LAB | lab(70.2 4.5 -35.1) |
| LCH | lch(70.2 35.4 277.3) |
| OKLCH | oklch(0.744 0.099 262.9) |
Copy-ready code
/* CSS */
color: #8baceb;
background-color: #8baceb;
/* Tailwind (arbitrary) */
class="text-[#8baceb] bg-[#8baceb]"
/* SCSS */
$brand: #8baceb;
/* SwiftUI */
Color(red: 0.545, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#8baceb")Accessibility — WCAG contrast
Aa
#8baceb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8baceb on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green67.5%
Blue92.2%
CMYK percentages
Cyan40.9%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#8baceb text on a black background
contrast 9.20:1
Card sample
#8baceb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8baceb;
Background color
Panel with #8baceb background
background-color: #8baceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8baceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8baceb; background: linear-gradient(135deg, #8baceb, #AA8BEB);