#5ba0df
a balanced, vivid blue · cool · closest name: steelblue
RGB
91, 160, 223
HSL
209°, 67%, 62%
CMYK
59, 28, 0, 13
Luminance
0.3269
Every format
| HEX | #5ba0df |
| RGB | rgb(91, 160, 223) |
| HSL | hsl(209, 67%, 62%) |
| CMYK | cmyk(59%, 28%, 0%, 13%) |
| LAB | lab(63.9 -3.3 -38.5) |
| LCH | lch(63.9 38.6 265.2) |
| OKLCH | oklch(0.687 0.117 247.8) |
Copy-ready code
/* CSS */
color: #5ba0df;
background-color: #5ba0df;
/* Tailwind (arbitrary) */
class="text-[#5ba0df] bg-[#5ba0df]"
/* SCSS */
$brand: #5ba0df;
/* SwiftUI */
Color(red: 0.357, green: 0.627, blue: 0.875)
/* Android */
Color.parseColor("#5ba0df")Accessibility — WCAG contrast
Aa
#5ba0df on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ba0df on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green62.7%
Blue87.5%
CMYK percentages
Cyan59.2%
Magenta28.3%
Yellow0.0%
Key (black)12.5%
Color previews
#5ba0df text on a black background
contrast 7.54:1
Card sample
#5ba0df text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ba0df;
Background color
Panel with #5ba0df background
background-color: #5ba0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ba0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 160, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 160, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ba0df; background: linear-gradient(135deg, #5ba0df, #6E5BDF);