#5ba5cd
a balanced, vivid blue · cool · closest name: steelblue
RGB
91, 165, 205
HSL
201°, 53%, 58%
CMYK
56, 20, 0, 20
Luminance
0.3354
Every format
| HEX | #5ba5cd |
| RGB | rgb(91, 165, 205) |
| HSL | hsl(201, 53%, 58%) |
| CMYK | cmyk(56%, 20%, 0%, 20%) |
| LAB | lab(64.6 -11.6 -27.4) |
| LCH | lch(64.6 29.8 247.0) |
| OKLCH | oklch(0.690 0.095 234.1) |
Copy-ready code
/* CSS */
color: #5ba5cd;
background-color: #5ba5cd;
/* Tailwind (arbitrary) */
class="text-[#5ba5cd] bg-[#5ba5cd]"
/* SCSS */
$brand: #5ba5cd;
/* SwiftUI */
Color(red: 0.357, green: 0.647, blue: 0.804)
/* Android */
Color.parseColor("#5ba5cd")Accessibility — WCAG contrast
Aa
#5ba5cd on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ba5cd on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green64.7%
Blue80.4%
CMYK percentages
Cyan55.6%
Magenta19.5%
Yellow0.0%
Key (black)19.6%
Color previews
#5ba5cd text on a black background
contrast 7.71:1
Card sample
#5ba5cd text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ba5cd;
Background color
Panel with #5ba5cd background
background-color: #5ba5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ba5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 165, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 165, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ba5cd; background: linear-gradient(135deg, #5ba5cd, #5D5BCD);