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