#03365c
a deep, electric blue · cool · closest name: darkslategray
RGB
3, 54, 92
HSL
206°, 94%, 19%
CMYK
97, 41, 0, 64
Luminance
0.0343
Every format
| HEX | #03365c |
| RGB | rgb(3, 54, 92) |
| HSL | hsl(206, 94%, 19%) |
| CMYK | cmyk(97%, 41%, 0%, 64%) |
| LAB | lab(21.7 0.5 -27.1) |
| LCH | lch(21.7 27.1 271.0) |
| OKLCH | oklch(0.324 0.084 247.6) |
Copy-ready code
/* CSS */
color: #03365c;
background-color: #03365c;
/* Tailwind (arbitrary) */
class="text-[#03365c] bg-[#03365c]"
/* SCSS */
$brand: #03365c;
/* SwiftUI */
Color(red: 0.012, green: 0.212, blue: 0.361)
/* Android */
Color.parseColor("#03365c")Accessibility — WCAG contrast
Aa
#03365c on white: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03365c on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green21.2%
Blue36.1%
CMYK percentages
Cyan96.7%
Magenta41.3%
Yellow0.0%
Key (black)63.9%
Color previews
#03365c text on a black background
contrast 1.69:1
Card sample
#03365c text on a white background
contrast 12.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03365c;
Background color
Panel with #03365c background
background-color: #03365c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03365c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 54, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 54, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03365c; background: linear-gradient(135deg, #03365c, #0B035C);