#032cab
a dark, electric blue · warm · closest name: navy
RGB
3, 44, 171
HSL
225°, 97%, 34%
CMYK
98, 74, 0, 33
Luminance
0.0476
Every format
| HEX | #032cab |
| RGB | rgb(3, 44, 171) |
| HSL | hsl(225, 97%, 34%) |
| CMYK | cmyk(98%, 74%, 0%, 33%) |
| LAB | lab(26.0 40.5 -69.6) |
| LCH | lch(26.0 80.5 300.2) |
| OKLCH | oklch(0.379 0.203 263.9) |
Copy-ready code
/* CSS */
color: #032cab;
background-color: #032cab;
/* Tailwind (arbitrary) */
class="text-[#032cab] bg-[#032cab]"
/* SCSS */
$brand: #032cab;
/* SwiftUI */
Color(red: 0.012, green: 0.173, blue: 0.671)
/* Android */
Color.parseColor("#032cab")Accessibility — WCAG contrast
Aa
#032cab on white: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032cab on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.3%
Blue67.1%
CMYK percentages
Cyan98.2%
Magenta74.3%
Yellow0.0%
Key (black)32.9%
Color previews
#032cab text on a black background
contrast 1.95:1
Card sample
#032cab text on a white background
contrast 10.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032cab;
Background color
Panel with #032cab background
background-color: #032cab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032cab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 44, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 44, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032cab; background: linear-gradient(135deg, #032cab, #4A03AB);