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