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