#5d7eb6
a balanced, soft blue · cool · closest name: steelblue
RGB
93, 126, 182
HSL
218°, 38%, 54%
CMYK
49, 31, 0, 29
Luminance
0.2063
Every format
| HEX | #5d7eb6 |
| RGB | rgb(93, 126, 182) |
| HSL | hsl(218, 38%, 54%) |
| CMYK | cmyk(49%, 31%, 0%, 29%) |
| LAB | lab(52.5 4.0 -33.1) |
| LCH | lch(52.5 33.4 276.9) |
| OKLCH | oklch(0.592 0.094 260.6) |
Copy-ready code
/* CSS */
color: #5d7eb6;
background-color: #5d7eb6;
/* Tailwind (arbitrary) */
class="text-[#5d7eb6] bg-[#5d7eb6]"
/* SCSS */
$brand: #5d7eb6;
/* SwiftUI */
Color(red: 0.365, green: 0.494, blue: 0.714)
/* Android */
Color.parseColor("#5d7eb6")Accessibility — WCAG contrast
Aa
#5d7eb6 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5d7eb6 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green49.4%
Blue71.4%
CMYK percentages
Cyan48.9%
Magenta30.8%
Yellow0.0%
Key (black)28.6%
Color previews
#5d7eb6 text on a black background
contrast 5.13:1
Card sample
#5d7eb6 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d7eb6;
Background color
Panel with #5d7eb6 background
background-color: #5d7eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d7eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 126, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 126, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d7eb6; background: linear-gradient(135deg, #5d7eb6, #775DB6);