#032f99
a dark, electric blue · cool · closest name: midnightblue
RGB
3, 47, 153
HSL
222°, 96%, 31%
CMYK
98, 69, 0, 40
Luminance
0.0435
Every format
| HEX | #032f99 |
| RGB | rgb(3, 47, 153) |
| HSL | hsl(222, 96%, 31%) |
| CMYK | cmyk(98%, 69%, 0%, 40%) |
| LAB | lab(24.8 31.7 -60.7) |
| LCH | lch(24.8 68.5 297.6) |
| OKLCH | oklch(0.364 0.177 263.1) |
Copy-ready code
/* CSS */
color: #032f99;
background-color: #032f99;
/* Tailwind (arbitrary) */
class="text-[#032f99] bg-[#032f99]"
/* SCSS */
$brand: #032f99;
/* SwiftUI */
Color(red: 0.012, green: 0.184, blue: 0.600)
/* Android */
Color.parseColor("#032f99")Accessibility — WCAG contrast
Aa
#032f99 on white: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032f99 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.4%
Blue60.0%
CMYK percentages
Cyan98.0%
Magenta69.3%
Yellow0.0%
Key (black)40.0%
Color previews
#032f99 text on a black background
contrast 1.87:1
Card sample
#032f99 text on a white background
contrast 11.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032f99;
Background color
Panel with #032f99 background
background-color: #032f99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032f99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 47, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 47, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032f99; background: linear-gradient(135deg, #032f99, #3B0399);