#5a7eb7
a balanced, soft blue · cool · closest name: steelblue
RGB
90, 126, 183
HSL
217°, 39%, 54%
CMYK
51, 31, 0, 28
Luminance
0.2051
Every format
| HEX | #5a7eb7 |
| RGB | rgb(90, 126, 183) |
| HSL | hsl(217, 39%, 54%) |
| CMYK | cmyk(51%, 31%, 0%, 28%) |
| LAB | lab(52.4 3.6 -33.9) |
| LCH | lch(52.4 34.1 276.1) |
| OKLCH | oklch(0.591 0.097 259.3) |
Copy-ready code
/* CSS */
color: #5a7eb7;
background-color: #5a7eb7;
/* Tailwind (arbitrary) */
class="text-[#5a7eb7] bg-[#5a7eb7]"
/* SCSS */
$brand: #5a7eb7;
/* SwiftUI */
Color(red: 0.353, green: 0.494, blue: 0.718)
/* Android */
Color.parseColor("#5a7eb7")Accessibility — WCAG contrast
Aa
#5a7eb7 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5a7eb7 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green49.4%
Blue71.8%
CMYK percentages
Cyan50.8%
Magenta31.1%
Yellow0.0%
Key (black)28.2%
Color previews
#5a7eb7 text on a black background
contrast 5.10:1
Card sample
#5a7eb7 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a7eb7;
Background color
Panel with #5a7eb7 background
background-color: #5a7eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a7eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 126, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 126, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a7eb7; background: linear-gradient(135deg, #5a7eb7, #745AB7);