#032f7c
a deep, electric blue · cool · closest name: midnightblue
RGB
3, 47, 124
HSL
218°, 95%, 25%
CMYK
98, 62, 0, 51
Luminance
0.0351
Every format
| HEX | #032f7c |
| RGB | rgb(3, 47, 124) |
| HSL | hsl(218, 95%, 25%) |
| CMYK | cmyk(98%, 62%, 0%, 51%) |
| LAB | lab(22.0 19.7 -47.3) |
| LCH | lch(22.0 51.2 292.7) |
| OKLCH | oklch(0.334 0.139 261.0) |
Copy-ready code
/* CSS */
color: #032f7c;
background-color: #032f7c;
/* Tailwind (arbitrary) */
class="text-[#032f7c] bg-[#032f7c]"
/* SCSS */
$brand: #032f7c;
/* SwiftUI */
Color(red: 0.012, green: 0.184, blue: 0.486)
/* Android */
Color.parseColor("#032f7c")Accessibility — WCAG contrast
Aa
#032f7c on white: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032f7c on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.4%
Blue48.6%
CMYK percentages
Cyan97.6%
Magenta62.1%
Yellow0.0%
Key (black)51.4%
Color previews
#032f7c text on a black background
contrast 1.70:1
Card sample
#032f7c text on a white background
contrast 12.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032f7c;
Background color
Panel with #032f7c background
background-color: #032f7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032f7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 47, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 47, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032f7c; background: linear-gradient(135deg, #032f7c, #28037C);