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