#032f73
a deep, electric blue · cool · closest name: midnightblue
RGB
3, 47, 115
HSL
216°, 95%, 23%
CMYK
97, 59, 0, 55
Luminance
0.0329
Every format
| HEX | #032f73 |
| RGB | rgb(3, 47, 115) |
| HSL | hsl(216, 95%, 23%) |
| CMYK | cmyk(97%, 59%, 0%, 55%) |
| LAB | lab(21.2 15.8 -42.8) |
| LCH | lch(21.2 45.7 290.3) |
| OKLCH | oklch(0.326 0.126 259.8) |
Copy-ready code
/* CSS */
color: #032f73;
background-color: #032f73;
/* Tailwind (arbitrary) */
class="text-[#032f73] bg-[#032f73]"
/* SCSS */
$brand: #032f73;
/* SwiftUI */
Color(red: 0.012, green: 0.184, blue: 0.451)
/* Android */
Color.parseColor("#032f73")Accessibility — WCAG contrast
Aa
#032f73 on white: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032f73 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.4%
Blue45.1%
CMYK percentages
Cyan97.4%
Magenta59.1%
Yellow0.0%
Key (black)54.9%
Color previews
#032f73 text on a black background
contrast 1.66:1
Card sample
#032f73 text on a white background
contrast 12.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032f73;
Background color
Panel with #032f73 background
background-color: #032f73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032f73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 47, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 47, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032f73; background: linear-gradient(135deg, #032f73, #220373);