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