#032bae
a dark, electric blue · warm · closest name: navy
RGB
3, 43, 174
HSL
226°, 97%, 35%
CMYK
98, 75, 0, 32
Luminance
0.0480
Every format
| HEX | #032bae |
| RGB | rgb(3, 43, 174) |
| HSL | hsl(226, 97%, 35%) |
| CMYK | cmyk(98%, 75%, 0%, 32%) |
| LAB | lab(26.2 42.2 -71.2) |
| LCH | lch(26.2 82.7 300.7) |
| OKLCH | oklch(0.381 0.208 264.0) |
Copy-ready code
/* CSS */
color: #032bae;
background-color: #032bae;
/* Tailwind (arbitrary) */
class="text-[#032bae] bg-[#032bae]"
/* SCSS */
$brand: #032bae;
/* SwiftUI */
Color(red: 0.012, green: 0.169, blue: 0.682)
/* Android */
Color.parseColor("#032bae")Accessibility — WCAG contrast
Aa
#032bae on white: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032bae on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.9%
Blue68.2%
CMYK percentages
Cyan98.3%
Magenta75.3%
Yellow0.0%
Key (black)31.8%
Color previews
#032bae text on a black background
contrast 1.96:1
Card sample
#032bae text on a white background
contrast 10.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032bae;
Background color
Panel with #032bae background
background-color: #032bae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032bae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 43, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 43, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032bae; background: linear-gradient(135deg, #032bae, #4D03AE);