#032f79
a deep, electric blue · cool · closest name: midnightblue
RGB
3, 47, 121
HSL
218°, 95%, 24%
CMYK
98, 61, 0, 53
Luminance
0.0343
Every format
| HEX | #032f79 |
| RGB | rgb(3, 47, 121) |
| HSL | hsl(218, 95%, 24%) |
| CMYK | cmyk(98%, 61%, 0%, 53%) |
| LAB | lab(21.7 18.4 -45.8) |
| LCH | lch(21.7 49.4 291.9) |
| OKLCH | oklch(0.331 0.134 260.7) |
Copy-ready code
/* CSS */
color: #032f79;
background-color: #032f79;
/* Tailwind (arbitrary) */
class="text-[#032f79] bg-[#032f79]"
/* SCSS */
$brand: #032f79;
/* SwiftUI */
Color(red: 0.012, green: 0.184, blue: 0.475)
/* Android */
Color.parseColor("#032f79")Accessibility — WCAG contrast
Aa
#032f79 on white: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032f79 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.4%
Blue47.5%
CMYK percentages
Cyan97.5%
Magenta61.2%
Yellow0.0%
Key (black)52.5%
Color previews
#032f79 text on a black background
contrast 1.69:1
Card sample
#032f79 text on a white background
contrast 12.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032f79;
Background color
Panel with #032f79 background
background-color: #032f79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032f79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 47, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 47, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032f79; background: linear-gradient(135deg, #032f79, #260379);