#3c73af
a balanced, vivid blue · cool · closest name: steelblue
RGB
60, 115, 175
HSL
211°, 49%, 46%
CMYK
66, 34, 0, 31
Luminance
0.1632
Every format
| HEX | #3c73af |
| RGB | rgb(60, 115, 175) |
| HSL | hsl(211, 49%, 46%) |
| CMYK | cmyk(66%, 34%, 0%, 31%) |
| LAB | lab(47.4 1.3 -37.3) |
| LCH | lch(47.4 37.3 272.0) |
| OKLCH | oklch(0.546 0.111 252.3) |
Copy-ready code
/* CSS */
color: #3c73af;
background-color: #3c73af;
/* Tailwind (arbitrary) */
class="text-[#3c73af] bg-[#3c73af]"
/* SCSS */
$brand: #3c73af;
/* SwiftUI */
Color(red: 0.235, green: 0.451, blue: 0.686)
/* Android */
Color.parseColor("#3c73af")Accessibility — WCAG contrast
Aa
#3c73af on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c73af on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green45.1%
Blue68.6%
CMYK percentages
Cyan65.7%
Magenta34.3%
Yellow0.0%
Key (black)31.4%
Color previews
#3c73af text on a black background
contrast 4.26:1
Card sample
#3c73af text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c73af;
Background color
Panel with #3c73af background
background-color: #3c73af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c73af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 115, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 115, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c73af; background: linear-gradient(135deg, #3c73af, #523CAF);