#032cc2
a dark, electric blue · warm · closest name: navy
RGB
3, 44, 194
HSL
227°, 97%, 39%
CMYK
99, 77, 0, 24
Luminance
0.0572
Every format
| HEX | #032cc2 |
| RGB | rgb(3, 44, 194) |
| HSL | hsl(227, 97%, 39%) |
| CMYK | cmyk(99%, 77%, 0%, 24%) |
| LAB | lab(28.7 48.6 -78.9) |
| LCH | lch(28.7 92.7 301.7) |
| OKLCH | oklch(0.405 0.230 264.2) |
Copy-ready code
/* CSS */
color: #032cc2;
background-color: #032cc2;
/* Tailwind (arbitrary) */
class="text-[#032cc2] bg-[#032cc2]"
/* SCSS */
$brand: #032cc2;
/* SwiftUI */
Color(red: 0.012, green: 0.173, blue: 0.761)
/* Android */
Color.parseColor("#032cc2")Accessibility — WCAG contrast
Aa
#032cc2 on white: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032cc2 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.3%
Blue76.1%
CMYK percentages
Cyan98.5%
Magenta77.3%
Yellow0.0%
Key (black)23.9%
Color previews
#032cc2 text on a black background
contrast 2.14:1
Card sample
#032cc2 text on a white background
contrast 9.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032cc2;
Background color
Panel with #032cc2 background
background-color: #032cc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032cc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 44, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 44, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032cc2; background: linear-gradient(135deg, #032cc2, #5903C2);