#5b7eb9
a balanced, soft blue · cool · closest name: steelblue
RGB
91, 126, 185
HSL
218°, 40%, 54%
CMYK
51, 32, 0, 28
Luminance
0.2065
Every format
| HEX | #5b7eb9 |
| RGB | rgb(91, 126, 185) |
| HSL | hsl(218, 40%, 54%) |
| CMYK | cmyk(51%, 32%, 0%, 28%) |
| LAB | lab(52.6 4.5 -34.8) |
| LCH | lch(52.6 35.1 277.3) |
| OKLCH | oklch(0.592 0.099 260.4) |
Copy-ready code
/* CSS */
color: #5b7eb9;
background-color: #5b7eb9;
/* Tailwind (arbitrary) */
class="text-[#5b7eb9] bg-[#5b7eb9]"
/* SCSS */
$brand: #5b7eb9;
/* SwiftUI */
Color(red: 0.357, green: 0.494, blue: 0.725)
/* Android */
Color.parseColor("#5b7eb9")Accessibility — WCAG contrast
Aa
#5b7eb9 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5b7eb9 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green49.4%
Blue72.5%
CMYK percentages
Cyan50.8%
Magenta31.9%
Yellow0.0%
Key (black)27.5%
Color previews
#5b7eb9 text on a black background
contrast 5.13:1
Card sample
#5b7eb9 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b7eb9;
Background color
Panel with #5b7eb9 background
background-color: #5b7eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b7eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 126, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 126, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b7eb9; background: linear-gradient(135deg, #5b7eb9, #775BB9);