#041cff
a balanced, electric blue · warm · closest name: blue
RGB
4, 28, 255
HSL
234°, 100%, 51%
CMYK
98, 89, 0, 0
Luminance
0.0808
Every format
| HEX | #041cff |
| RGB | rgb(4, 28, 255) |
| HSL | hsl(234, 100%, 51%) |
| CMYK | cmyk(98%, 89%, 0%, 0%) |
| LAB | lab(34.1 73.7 -104.8) |
| LCH | lch(34.1 128.1 305.1) |
| OKLCH | oklch(0.465 0.305 264.4) |
Copy-ready code
/* CSS */
color: #041cff;
background-color: #041cff;
/* Tailwind (arbitrary) */
class="text-[#041cff] bg-[#041cff]"
/* SCSS */
$brand: #041cff;
/* SwiftUI */
Color(red: 0.016, green: 0.110, blue: 1.000)
/* Android */
Color.parseColor("#041cff")Accessibility — WCAG contrast
Aa
#041cff on white: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041cff on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green11.0%
Blue100.0%
CMYK percentages
Cyan98.4%
Magenta89.0%
Yellow0.0%
Key (black)0.0%
Color previews
#041cff text on a black background
contrast 2.62:1
Card sample
#041cff text on a white background
contrast 8.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041cff;
Background color
Panel with #041cff background
background-color: #041cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 28, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 28, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041cff; background: linear-gradient(135deg, #041cff, #9404FF);