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