#032ba7
a dark, electric blue · warm · closest name: navy
RGB
3, 43, 167
HSL
225°, 97%, 33%
CMYK
98, 74, 0, 35
Luminance
0.0454
Every format
| HEX | #032ba7 |
| RGB | rgb(3, 43, 167) |
| HSL | hsl(225, 97%, 33%) |
| CMYK | cmyk(98%, 74%, 0%, 35%) |
| LAB | lab(25.4 39.6 -68.3) |
| LCH | lch(25.4 78.9 300.2) |
| OKLCH | oklch(0.372 0.199 263.9) |
Copy-ready code
/* CSS */
color: #032ba7;
background-color: #032ba7;
/* Tailwind (arbitrary) */
class="text-[#032ba7] bg-[#032ba7]"
/* SCSS */
$brand: #032ba7;
/* SwiftUI */
Color(red: 0.012, green: 0.169, blue: 0.655)
/* Android */
Color.parseColor("#032ba7")Accessibility — WCAG contrast
Aa
#032ba7 on white: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032ba7 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.9%
Blue65.5%
CMYK percentages
Cyan98.2%
Magenta74.3%
Yellow0.0%
Key (black)34.5%
Color previews
#032ba7 text on a black background
contrast 1.91:1
Card sample
#032ba7 text on a white background
contrast 11.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032ba7;
Background color
Panel with #032ba7 background
background-color: #032ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 43, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 43, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032ba7; background: linear-gradient(135deg, #032ba7, #4803A7);