#3973ba
a balanced, vivid blue · cool · closest name: steelblue
RGB
57, 115, 186
HSL
213°, 53%, 48%
CMYK
69, 38, 0, 27
Luminance
0.1668
Every format
| HEX | #3973ba |
| RGB | rgb(57, 115, 186) |
| HSL | hsl(213, 53%, 48%) |
| CMYK | cmyk(69%, 38%, 0%, 27%) |
| LAB | lab(47.9 4.7 -43.0) |
| LCH | lch(47.9 43.2 276.3) |
| OKLCH | oklch(0.551 0.127 254.8) |
Copy-ready code
/* CSS */
color: #3973ba;
background-color: #3973ba;
/* Tailwind (arbitrary) */
class="text-[#3973ba] bg-[#3973ba]"
/* SCSS */
$brand: #3973ba;
/* SwiftUI */
Color(red: 0.224, green: 0.451, blue: 0.729)
/* Android */
Color.parseColor("#3973ba")Accessibility — WCAG contrast
Aa
#3973ba on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3973ba on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green45.1%
Blue72.9%
CMYK percentages
Cyan69.4%
Magenta38.2%
Yellow0.0%
Key (black)27.1%
Color previews
#3973ba text on a black background
contrast 4.34:1
Card sample
#3973ba text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3973ba;
Background color
Panel with #3973ba background
background-color: #3973ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3973ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 115, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 115, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3973ba; background: linear-gradient(135deg, #3973ba, #5539BA);