#032cd0
a dark, electric blue · warm · closest name: navy
RGB
3, 44, 208
HSL
228°, 97%, 41%
CMYK
99, 79, 0, 18
Luminance
0.0637
Every format
| HEX | #032cd0 |
| RGB | rgb(3, 44, 208) |
| HSL | hsl(228, 97%, 41%) |
| CMYK | cmyk(99%, 79%, 0%, 18%) |
| LAB | lab(30.3 53.3 -84.3) |
| LCH | lch(30.3 99.8 302.3) |
| OKLCH | oklch(0.422 0.246 264.3) |
Copy-ready code
/* CSS */
color: #032cd0;
background-color: #032cd0;
/* Tailwind (arbitrary) */
class="text-[#032cd0] bg-[#032cd0]"
/* SCSS */
$brand: #032cd0;
/* SwiftUI */
Color(red: 0.012, green: 0.173, blue: 0.816)
/* Android */
Color.parseColor("#032cd0")Accessibility — WCAG contrast
Aa
#032cd0 on white: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032cd0 on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.3%
Blue81.6%
CMYK percentages
Cyan98.6%
Magenta78.8%
Yellow0.0%
Key (black)18.4%
Color previews
#032cd0 text on a black background
contrast 2.27:1
Card sample
#032cd0 text on a white background
contrast 9.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032cd0;
Background color
Panel with #032cd0 background
background-color: #032cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 44, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 44, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032cd0; background: linear-gradient(135deg, #032cd0, #6303D0);