#033698
a dark, electric blue · cool · closest name: midnightblue
RGB
3, 54, 152
HSL
220°, 96%, 30%
CMYK
98, 65, 0, 40
Luminance
0.0492
Every format
| HEX | #033698 |
| RGB | rgb(3, 54, 152) |
| HSL | hsl(220, 96%, 30%) |
| CMYK | cmyk(98%, 65%, 0%, 40%) |
| LAB | lab(26.5 26.5 -57.2) |
| LCH | lch(26.5 63.1 294.9) |
| OKLCH | oklch(0.376 0.168 262.0) |
Copy-ready code
/* CSS */
color: #033698;
background-color: #033698;
/* Tailwind (arbitrary) */
class="text-[#033698] bg-[#033698]"
/* SCSS */
$brand: #033698;
/* SwiftUI */
Color(red: 0.012, green: 0.212, blue: 0.596)
/* Android */
Color.parseColor("#033698")Accessibility — WCAG contrast
Aa
#033698 on white: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#033698 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green21.2%
Blue59.6%
CMYK percentages
Cyan98.0%
Magenta64.5%
Yellow0.0%
Key (black)40.4%
Color previews
#033698 text on a black background
contrast 1.98:1
Card sample
#033698 text on a white background
contrast 10.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #033698;
Background color
Panel with #033698 background
background-color: #033698;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #033698;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 54, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 54, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #033698; background: linear-gradient(135deg, #033698, #330398);