#5ba6cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
91, 166, 207
HSL
201°, 55%, 58%
CMYK
56, 20, 0, 19
Luminance
0.3400
Every format
| HEX | #5ba6cf |
| RGB | rgb(91, 166, 207) |
| HSL | hsl(201, 55%, 58%) |
| CMYK | cmyk(56%, 20%, 0%, 19%) |
| LAB | lab(65.0 -11.6 -28.0) |
| LCH | lch(65.0 30.3 247.6) |
| OKLCH | oklch(0.693 0.096 234.4) |
Copy-ready code
/* CSS */
color: #5ba6cf;
background-color: #5ba6cf;
/* Tailwind (arbitrary) */
class="text-[#5ba6cf] bg-[#5ba6cf]"
/* SCSS */
$brand: #5ba6cf;
/* SwiftUI */
Color(red: 0.357, green: 0.651, blue: 0.812)
/* Android */
Color.parseColor("#5ba6cf")Accessibility — WCAG contrast
Aa
#5ba6cf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ba6cf on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green65.1%
Blue81.2%
CMYK percentages
Cyan56.0%
Magenta19.8%
Yellow0.0%
Key (black)18.8%
Color previews
#5ba6cf text on a black background
contrast 7.80:1
Card sample
#5ba6cf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ba6cf;
Background color
Panel with #5ba6cf background
background-color: #5ba6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ba6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 166, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 166, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ba6cf; background: linear-gradient(135deg, #5ba6cf, #5D5BCF);