#032d7f
a dark, electric blue · cool · closest name: midnightblue
RGB
3, 45, 127
HSL
220°, 95%, 26%
CMYK
98, 65, 0, 50
Luminance
0.0343
Every format
| HEX | #032d7f |
| RGB | rgb(3, 45, 127) |
| HSL | hsl(220, 95%, 26%) |
| CMYK | cmyk(98%, 65%, 0%, 50%) |
| LAB | lab(21.7 22.5 -49.6) |
| LCH | lch(21.7 54.5 294.3) |
| OKLCH | oklch(0.333 0.145 261.9) |
Copy-ready code
/* CSS */
color: #032d7f;
background-color: #032d7f;
/* Tailwind (arbitrary) */
class="text-[#032d7f] bg-[#032d7f]"
/* SCSS */
$brand: #032d7f;
/* SwiftUI */
Color(red: 0.012, green: 0.176, blue: 0.498)
/* Android */
Color.parseColor("#032d7f")Accessibility — WCAG contrast
Aa
#032d7f on white: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032d7f on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.6%
Blue49.8%
CMYK percentages
Cyan97.6%
Magenta64.6%
Yellow0.0%
Key (black)50.2%
Color previews
#032d7f text on a black background
contrast 1.69:1
Card sample
#032d7f text on a white background
contrast 12.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032d7f;
Background color
Panel with #032d7f background
background-color: #032d7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032d7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 45, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 45, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032d7f; background: linear-gradient(135deg, #032d7f, #2C037F);