#041ba3
a dark, electric blue · warm · closest name: navy
RGB
4, 27, 163
HSL
231°, 95%, 33%
CMYK
98, 83, 0, 36
Luminance
0.0345
Every format
| HEX | #041ba3 |
| RGB | rgb(4, 27, 163) |
| HSL | hsl(231, 95%, 33%) |
| CMYK | cmyk(98%, 83%, 0%, 36%) |
| LAB | lab(21.8 47.3 -71.8) |
| LCH | lch(21.8 86.0 303.4) |
| OKLCH | oklch(0.346 0.209 264.8) |
Copy-ready code
/* CSS */
color: #041ba3;
background-color: #041ba3;
/* Tailwind (arbitrary) */
class="text-[#041ba3] bg-[#041ba3]"
/* SCSS */
$brand: #041ba3;
/* SwiftUI */
Color(red: 0.016, green: 0.106, blue: 0.639)
/* Android */
Color.parseColor("#041ba3")Accessibility — WCAG contrast
Aa
#041ba3 on white: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041ba3 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green10.6%
Blue63.9%
CMYK percentages
Cyan97.5%
Magenta83.4%
Yellow0.0%
Key (black)36.1%
Color previews
#041ba3 text on a black background
contrast 1.69:1
Card sample
#041ba3 text on a white background
contrast 12.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041ba3;
Background color
Panel with #041ba3 background
background-color: #041ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 27, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 27, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041ba3; background: linear-gradient(135deg, #041ba3, #5704A3);