#041eb5
a dark, electric blue · warm · closest name: navy
RGB
4, 30, 181
HSL
231°, 96%, 36%
CMYK
98, 83, 0, 29
Luminance
0.0429
Every format
| HEX | #041eb5 |
| RGB | rgb(4, 30, 181) |
| HSL | hsl(231, 96%, 36%) |
| CMYK | cmyk(98%, 83%, 0%, 29%) |
| LAB | lab(24.6 51.6 -77.9) |
| LCH | lch(24.6 93.5 303.5) |
| OKLCH | oklch(0.372 0.227 264.7) |
Copy-ready code
/* CSS */
color: #041eb5;
background-color: #041eb5;
/* Tailwind (arbitrary) */
class="text-[#041eb5] bg-[#041eb5]"
/* SCSS */
$brand: #041eb5;
/* SwiftUI */
Color(red: 0.016, green: 0.118, blue: 0.710)
/* Android */
Color.parseColor("#041eb5")Accessibility — WCAG contrast
Aa
#041eb5 on white: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041eb5 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green11.8%
Blue71.0%
CMYK percentages
Cyan97.8%
Magenta83.4%
Yellow0.0%
Key (black)29.0%
Color previews
#041eb5 text on a black background
contrast 1.86:1
Card sample
#041eb5 text on a white background
contrast 11.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041eb5;
Background color
Panel with #041eb5 background
background-color: #041eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 30, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 30, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041eb5; background: linear-gradient(135deg, #041eb5, #6004B5);