#032ac0
a dark, electric blue · warm · closest name: navy
RGB
3, 42, 192
HSL
228°, 97%, 38%
CMYK
98, 78, 0, 25
Luminance
0.0548
Every format
| HEX | #032ac0 |
| RGB | rgb(3, 42, 192) |
| HSL | hsl(228, 97%, 38%) |
| CMYK | cmyk(98%, 78%, 0%, 25%) |
| LAB | lab(28.1 49.1 -78.7) |
| LCH | lch(28.1 92.8 301.9) |
| OKLCH | oklch(0.400 0.230 264.3) |
Copy-ready code
/* CSS */
color: #032ac0;
background-color: #032ac0;
/* Tailwind (arbitrary) */
class="text-[#032ac0] bg-[#032ac0]"
/* SCSS */
$brand: #032ac0;
/* SwiftUI */
Color(red: 0.012, green: 0.165, blue: 0.753)
/* Android */
Color.parseColor("#032ac0")Accessibility — WCAG contrast
Aa
#032ac0 on white: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032ac0 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.5%
Blue75.3%
CMYK percentages
Cyan98.4%
Magenta78.1%
Yellow0.0%
Key (black)24.7%
Color previews
#032ac0 text on a black background
contrast 2.10:1
Card sample
#032ac0 text on a white background
contrast 10.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032ac0;
Background color
Panel with #032ac0 background
background-color: #032ac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032ac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 42, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 42, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032ac0; background: linear-gradient(135deg, #032ac0, #5A03C0);