#0373c9
a dark, electric blue · cool · closest name: dodgerblue
RGB
3, 115, 201
HSL
206°, 97%, 40%
CMYK
99, 43, 0, 21
Luminance
0.1650
Every format
| HEX | #0373c9 |
| RGB | rgb(3, 115, 201) |
| HSL | hsl(206, 97%, 40%) |
| CMYK | cmyk(99%, 43%, 0%, 21%) |
| LAB | lab(47.6 5.9 -52.0) |
| LCH | lch(47.6 52.4 276.4) |
| OKLCH | oklch(0.549 0.158 250.9) |
Copy-ready code
/* CSS */
color: #0373c9;
background-color: #0373c9;
/* Tailwind (arbitrary) */
class="text-[#0373c9] bg-[#0373c9]"
/* SCSS */
$brand: #0373c9;
/* SwiftUI */
Color(red: 0.012, green: 0.451, blue: 0.788)
/* Android */
Color.parseColor("#0373c9")Accessibility — WCAG contrast
Aa
#0373c9 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0373c9 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green45.1%
Blue78.8%
CMYK percentages
Cyan98.5%
Magenta42.8%
Yellow0.0%
Key (black)21.2%
Color previews
#0373c9 text on a black background
contrast 4.30:1
Card sample
#0373c9 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0373c9;
Background color
Panel with #0373c9 background
background-color: #0373c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0373c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 115, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 115, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0373c9; background: linear-gradient(135deg, #0373c9, #1703C9);