#5ba7cd
a balanced, vivid blue · cool · closest name: skyblue
RGB
91, 167, 205
HSL
200°, 53%, 58%
CMYK
56, 19, 0, 20
Luminance
0.3427
Every format
| HEX | #5ba7cd |
| RGB | rgb(91, 167, 205) |
| HSL | hsl(200, 53%, 58%) |
| CMYK | cmyk(56%, 19%, 0%, 20%) |
| LAB | lab(65.2 -12.7 -26.6) |
| LCH | lch(65.2 29.4 244.4) |
| OKLCH | oklch(0.694 0.094 232.0) |
Copy-ready code
/* CSS */
color: #5ba7cd;
background-color: #5ba7cd;
/* Tailwind (arbitrary) */
class="text-[#5ba7cd] bg-[#5ba7cd]"
/* SCSS */
$brand: #5ba7cd;
/* SwiftUI */
Color(red: 0.357, green: 0.655, blue: 0.804)
/* Android */
Color.parseColor("#5ba7cd")Accessibility — WCAG contrast
Aa
#5ba7cd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ba7cd on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green65.5%
Blue80.4%
CMYK percentages
Cyan55.6%
Magenta18.5%
Yellow0.0%
Key (black)19.6%
Color previews
#5ba7cd text on a black background
contrast 7.85:1
Card sample
#5ba7cd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ba7cd;
Background color
Panel with #5ba7cd background
background-color: #5ba7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ba7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 167, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 167, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ba7cd; background: linear-gradient(135deg, #5ba7cd, #5B5BCD);