#5b9ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
91, 154, 222
HSL
211°, 67%, 61%
CMYK
59, 31, 0, 13
Luminance
0.3061
Every format
| HEX | #5b9ade |
| RGB | rgb(91, 154, 222) |
| HSL | hsl(211, 67%, 61%) |
| CMYK | cmyk(59%, 31%, 0%, 13%) |
| LAB | lab(62.2 -0.2 -40.6) |
| LCH | lch(62.2 40.6 269.8) |
| OKLCH | oklch(0.673 0.121 251.7) |
Copy-ready code
/* CSS */
color: #5b9ade;
background-color: #5b9ade;
/* Tailwind (arbitrary) */
class="text-[#5b9ade] bg-[#5b9ade]"
/* SCSS */
$brand: #5b9ade;
/* SwiftUI */
Color(red: 0.357, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#5b9ade")Accessibility — WCAG contrast
Aa
#5b9ade on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5b9ade on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green60.4%
Blue87.1%
CMYK percentages
Cyan59.0%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#5b9ade text on a black background
contrast 7.12:1
Card sample
#5b9ade text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b9ade;
Background color
Panel with #5b9ade background
background-color: #5b9ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b9ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b9ade; background: linear-gradient(135deg, #5b9ade, #735BDE);