#032c64
a deep, electric blue · cool · closest name: midnightblue
RGB
3, 44, 100
HSL
215°, 94%, 20%
CMYK
97, 56, 0, 61
Luminance
0.0274
Every format
| HEX | #032c64 |
| RGB | rgb(3, 44, 100) |
| HSL | hsl(215, 94%, 20%) |
| CMYK | cmyk(97%, 56%, 0%, 61%) |
| LAB | lab(19.0 11.3 -36.7) |
| LCH | lch(19.0 38.4 287.2) |
| OKLCH | oklch(0.305 0.108 258.1) |
Copy-ready code
/* CSS */
color: #032c64;
background-color: #032c64;
/* Tailwind (arbitrary) */
class="text-[#032c64] bg-[#032c64]"
/* SCSS */
$brand: #032c64;
/* SwiftUI */
Color(red: 0.012, green: 0.173, blue: 0.392)
/* Android */
Color.parseColor("#032c64")Accessibility — WCAG contrast
Aa
#032c64 on white: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032c64 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.3%
Blue39.2%
CMYK percentages
Cyan97.0%
Magenta56.0%
Yellow0.0%
Key (black)60.8%
Color previews
#032c64 text on a black background
contrast 1.55:1
Card sample
#032c64 text on a white background
contrast 13.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032c64;
Background color
Panel with #032c64 background
background-color: #032c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 44, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 44, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032c64; background: linear-gradient(135deg, #032c64, #1B0364);