#032fbc
a dark, electric blue · warm · closest name: navy
RGB
3, 47, 188
HSL
226°, 97%, 38%
CMYK
98, 75, 0, 26
Luminance
0.0568
Every format
| HEX | #032fbc |
| RGB | rgb(3, 47, 188) |
| HSL | hsl(226, 97%, 38%) |
| CMYK | cmyk(98%, 75%, 0%, 26%) |
| LAB | lab(28.6 44.8 -75.5) |
| LCH | lch(28.6 87.8 300.7) |
| OKLCH | oklch(0.403 0.220 264.0) |
Copy-ready code
/* CSS */
color: #032fbc;
background-color: #032fbc;
/* Tailwind (arbitrary) */
class="text-[#032fbc] bg-[#032fbc]"
/* SCSS */
$brand: #032fbc;
/* SwiftUI */
Color(red: 0.012, green: 0.184, blue: 0.737)
/* Android */
Color.parseColor("#032fbc")Accessibility — WCAG contrast
Aa
#032fbc on white: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032fbc on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.4%
Blue73.7%
CMYK percentages
Cyan98.4%
Magenta75.0%
Yellow0.0%
Key (black)26.3%
Color previews
#032fbc text on a black background
contrast 2.14:1
Card sample
#032fbc text on a white background
contrast 9.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032fbc;
Background color
Panel with #032fbc background
background-color: #032fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 47, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 47, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032fbc; background: linear-gradient(135deg, #032fbc, #5203BC);