#032f85
a dark, electric blue · cool · closest name: midnightblue
RGB
3, 47, 133
HSL
220°, 96%, 27%
CMYK
98, 65, 0, 48
Luminance
0.0375
Every format
| HEX | #032f85 |
| RGB | rgb(3, 47, 133) |
| HSL | hsl(220, 96%, 27%) |
| CMYK | cmyk(98%, 65%, 0%, 48%) |
| LAB | lab(22.8 23.6 -51.5) |
| LCH | lch(22.8 56.7 294.6) |
| OKLCH | oklch(0.343 0.151 261.9) |
Copy-ready code
/* CSS */
color: #032f85;
background-color: #032f85;
/* Tailwind (arbitrary) */
class="text-[#032f85] bg-[#032f85]"
/* SCSS */
$brand: #032f85;
/* SwiftUI */
Color(red: 0.012, green: 0.184, blue: 0.522)
/* Android */
Color.parseColor("#032f85")Accessibility — WCAG contrast
Aa
#032f85 on white: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032f85 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.4%
Blue52.2%
CMYK percentages
Cyan97.7%
Magenta64.7%
Yellow0.0%
Key (black)47.8%
Color previews
#032f85 text on a black background
contrast 1.75:1
Card sample
#032f85 text on a white background
contrast 12.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032f85;
Background color
Panel with #032f85 background
background-color: #032f85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032f85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 47, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 47, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032f85; background: linear-gradient(135deg, #032f85, #2E0385);