#032f9c
a dark, electric blue · cool · closest name: midnightblue
RGB
3, 47, 156
HSL
223°, 96%, 31%
CMYK
98, 70, 0, 39
Luminance
0.0445
Every format
| HEX | #032f9c |
| RGB | rgb(3, 47, 156) |
| HSL | hsl(223, 96%, 31%) |
| CMYK | cmyk(98%, 70%, 0%, 39%) |
| LAB | lab(25.1 32.9 -62.0) |
| LCH | lch(25.1 70.2 298.0) |
| OKLCH | oklch(0.367 0.181 263.3) |
Copy-ready code
/* CSS */
color: #032f9c;
background-color: #032f9c;
/* Tailwind (arbitrary) */
class="text-[#032f9c] bg-[#032f9c]"
/* SCSS */
$brand: #032f9c;
/* SwiftUI */
Color(red: 0.012, green: 0.184, blue: 0.612)
/* Android */
Color.parseColor("#032f9c")Accessibility — WCAG contrast
Aa
#032f9c on white: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032f9c on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.4%
Blue61.2%
CMYK percentages
Cyan98.1%
Magenta69.9%
Yellow0.0%
Key (black)38.8%
Color previews
#032f9c text on a black background
contrast 1.89:1
Card sample
#032f9c text on a white background
contrast 11.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032f9c;
Background color
Panel with #032f9c background
background-color: #032f9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032f9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 47, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 47, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032f9c; background: linear-gradient(135deg, #032f9c, #3D039C);