#032fad
a dark, electric blue · cool · closest name: navy
RGB
3, 47, 173
HSL
225°, 97%, 35%
CMYK
98, 73, 0, 32
Luminance
0.0507
Every format
| HEX | #032fad |
| RGB | rgb(3, 47, 173) |
| HSL | hsl(225, 97%, 35%) |
| CMYK | cmyk(98%, 73%, 0%, 32%) |
| LAB | lab(26.9 39.4 -69.3) |
| LCH | lch(26.9 79.7 299.6) |
| OKLCH | oklch(0.386 0.202 263.7) |
Copy-ready code
/* CSS */
color: #032fad;
background-color: #032fad;
/* Tailwind (arbitrary) */
class="text-[#032fad] bg-[#032fad]"
/* SCSS */
$brand: #032fad;
/* SwiftUI */
Color(red: 0.012, green: 0.184, blue: 0.678)
/* Android */
Color.parseColor("#032fad")Accessibility — WCAG contrast
Aa
#032fad on white: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032fad on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.4%
Blue67.8%
CMYK percentages
Cyan98.3%
Magenta72.8%
Yellow0.0%
Key (black)32.2%
Color previews
#032fad text on a black background
contrast 2.01:1
Card sample
#032fad text on a white background
contrast 10.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032fad;
Background color
Panel with #032fad background
background-color: #032fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 47, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 47, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032fad; background: linear-gradient(135deg, #032fad, #4803AD);