#5bade6
a balanced, vivid blue · cool · closest name: steelblue
RGB
91, 173, 230
HSL
205°, 74%, 63%
CMYK
60, 25, 0, 10
Luminance
0.3782
Every format
| HEX | #5bade6 |
| RGB | rgb(91, 173, 230) |
| HSL | hsl(205, 74%, 63%) |
| CMYK | cmyk(60%, 25%, 0%, 10%) |
| LAB | lab(67.9 -8.3 -36.1) |
| LCH | lch(67.9 37.1 257.1) |
| OKLCH | oklch(0.719 0.116 241.2) |
Copy-ready code
/* CSS */
color: #5bade6;
background-color: #5bade6;
/* Tailwind (arbitrary) */
class="text-[#5bade6] bg-[#5bade6]"
/* SCSS */
$brand: #5bade6;
/* SwiftUI */
Color(red: 0.357, green: 0.678, blue: 0.902)
/* Android */
Color.parseColor("#5bade6")Accessibility — WCAG contrast
Aa
#5bade6 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bade6 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green67.8%
Blue90.2%
CMYK percentages
Cyan60.4%
Magenta24.8%
Yellow0.0%
Key (black)9.8%
Color previews
#5bade6 text on a black background
contrast 8.56:1
Card sample
#5bade6 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bade6;
Background color
Panel with #5bade6 background
background-color: #5bade6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bade6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 173, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 173, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bade6; background: linear-gradient(135deg, #5bade6, #665BE6);