#032eba
a dark, electric blue · warm · closest name: navy
RGB
3, 46, 186
HSL
226°, 97%, 37%
CMYK
98, 75, 0, 27
Luminance
0.0552
Every format
| HEX | #032eba |
| RGB | rgb(3, 46, 186) |
| HSL | hsl(226, 97%, 37%) |
| CMYK | cmyk(98%, 75%, 0%, 27%) |
| LAB | lab(28.2 44.7 -75.0) |
| LCH | lch(28.2 87.3 300.8) |
| OKLCH | oklch(0.399 0.219 264.0) |
Copy-ready code
/* CSS */
color: #032eba;
background-color: #032eba;
/* Tailwind (arbitrary) */
class="text-[#032eba] bg-[#032eba]"
/* SCSS */
$brand: #032eba;
/* SwiftUI */
Color(red: 0.012, green: 0.180, blue: 0.729)
/* Android */
Color.parseColor("#032eba")Accessibility — WCAG contrast
Aa
#032eba on white: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032eba on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.0%
Blue72.9%
CMYK percentages
Cyan98.4%
Magenta75.3%
Yellow0.0%
Key (black)27.1%
Color previews
#032eba text on a black background
contrast 2.10:1
Card sample
#032eba text on a white background
contrast 9.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032eba;
Background color
Panel with #032eba background
background-color: #032eba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032eba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 46, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 46, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032eba; background: linear-gradient(135deg, #032eba, #5203BA);