#041fba
a dark, electric blue · warm · closest name: navy
RGB
4, 31, 186
HSL
231°, 96%, 37%
CMYK
98, 83, 0, 27
Luminance
0.0455
Every format
| HEX | #041fba |
| RGB | rgb(4, 31, 186) |
| HSL | hsl(231, 96%, 37%) |
| CMYK | cmyk(98%, 83%, 0%, 27%) |
| LAB | lab(25.4 52.7 -79.6) |
| LCH | lch(25.4 95.5 303.5) |
| OKLCH | oklch(0.380 0.232 264.6) |
Copy-ready code
/* CSS */
color: #041fba;
background-color: #041fba;
/* Tailwind (arbitrary) */
class="text-[#041fba] bg-[#041fba]"
/* SCSS */
$brand: #041fba;
/* SwiftUI */
Color(red: 0.016, green: 0.122, blue: 0.729)
/* Android */
Color.parseColor("#041fba")Accessibility — WCAG contrast
Aa
#041fba on white: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041fba on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green12.2%
Blue72.9%
CMYK percentages
Cyan97.8%
Magenta83.3%
Yellow0.0%
Key (black)27.1%
Color previews
#041fba text on a black background
contrast 1.91:1
Card sample
#041fba text on a white background
contrast 10.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041fba;
Background color
Panel with #041fba background
background-color: #041fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 31, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 31, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041fba; background: linear-gradient(135deg, #041fba, #6204BA);