#041adf
a dark, electric blue · warm · closest name: blue
RGB
4, 26, 223
HSL
234°, 97%, 45%
CMYK
98, 88, 0, 13
Luminance
0.0609
Every format
| HEX | #041adf |
| RGB | rgb(4, 26, 223) |
| HSL | hsl(234, 97%, 45%) |
| CMYK | cmyk(98%, 88%, 0%, 13%) |
| LAB | lab(29.6 65.7 -94.1) |
| LCH | lch(29.6 114.8 304.9) |
| OKLCH | oklch(0.422 0.274 264.5) |
Copy-ready code
/* CSS */
color: #041adf;
background-color: #041adf;
/* Tailwind (arbitrary) */
class="text-[#041adf] bg-[#041adf]"
/* SCSS */
$brand: #041adf;
/* SwiftUI */
Color(red: 0.016, green: 0.102, blue: 0.875)
/* Android */
Color.parseColor("#041adf")Accessibility — WCAG contrast
Aa
#041adf on white: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041adf on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green10.2%
Blue87.5%
CMYK percentages
Cyan98.2%
Magenta88.3%
Yellow0.0%
Key (black)12.5%
Color previews
#041adf text on a black background
contrast 2.22:1
Card sample
#041adf text on a white background
contrast 9.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041adf;
Background color
Panel with #041adf background
background-color: #041adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 26, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 26, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041adf; background: linear-gradient(135deg, #041adf, #8004DF);