#0373c1
a dark, electric blue · cool · closest name: steelblue
RGB
3, 115, 193
HSL
205°, 97%, 38%
CMYK
98, 40, 0, 24
Luminance
0.1613
Every format
| HEX | #0373c1 |
| RGB | rgb(3, 115, 193) |
| HSL | hsl(205, 97%, 38%) |
| CMYK | cmyk(98%, 40%, 0%, 24%) |
| LAB | lab(47.1 2.7 -48.2) |
| LCH | lch(47.1 48.3 273.2) |
| OKLCH | oklch(0.544 0.148 248.8) |
Copy-ready code
/* CSS */
color: #0373c1;
background-color: #0373c1;
/* Tailwind (arbitrary) */
class="text-[#0373c1] bg-[#0373c1]"
/* SCSS */
$brand: #0373c1;
/* SwiftUI */
Color(red: 0.012, green: 0.451, blue: 0.757)
/* Android */
Color.parseColor("#0373c1")Accessibility — WCAG contrast
Aa
#0373c1 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0373c1 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green45.1%
Blue75.7%
CMYK percentages
Cyan98.4%
Magenta40.4%
Yellow0.0%
Key (black)24.3%
Color previews
#0373c1 text on a black background
contrast 4.23:1
Card sample
#0373c1 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0373c1;
Background color
Panel with #0373c1 background
background-color: #0373c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0373c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 115, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 115, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0373c1; background: linear-gradient(135deg, #0373c1, #1203C1);