#5373c0
a balanced, vivid blue · cool · closest name: steelblue
RGB
83, 115, 192
HSL
222°, 46%, 54%
CMYK
57, 40, 0, 25
Luminance
0.1791
Every format
| HEX | #5373c0 |
| RGB | rgb(83, 115, 192) |
| HSL | hsl(222, 46%, 54%) |
| CMYK | cmyk(57%, 40%, 0%, 25%) |
| LAB | lab(49.4 11.6 -43.9) |
| LCH | lch(49.4 45.4 284.8) |
| OKLCH | oklch(0.568 0.125 265.6) |
Copy-ready code
/* CSS */
color: #5373c0;
background-color: #5373c0;
/* Tailwind (arbitrary) */
class="text-[#5373c0] bg-[#5373c0]"
/* SCSS */
$brand: #5373c0;
/* SwiftUI */
Color(red: 0.325, green: 0.451, blue: 0.753)
/* Android */
Color.parseColor("#5373c0")Accessibility — WCAG contrast
Aa
#5373c0 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5373c0 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green45.1%
Blue75.3%
CMYK percentages
Cyan56.8%
Magenta40.1%
Yellow0.0%
Key (black)24.7%
Color previews
#5373c0 text on a black background
contrast 4.58:1
Card sample
#5373c0 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5373c0;
Background color
Panel with #5373c0 background
background-color: #5373c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5373c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 115, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 115, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5373c0; background: linear-gradient(135deg, #5373c0, #7C53C0);