#041ffd
a balanced, electric blue · warm · closest name: blue
RGB
4, 31, 253
HSL
234°, 98%, 50%
CMYK
98, 88, 0, 1
Luminance
0.0810
Every format
| HEX | #041ffd |
| RGB | rgb(4, 31, 253) |
| HSL | hsl(234, 98%, 50%) |
| CMYK | cmyk(98%, 88%, 0%, 1%) |
| LAB | lab(34.2 72.2 -103.6) |
| LCH | lch(34.2 126.3 304.9) |
| OKLCH | oklch(0.464 0.301 264.4) |
Copy-ready code
/* CSS */
color: #041ffd;
background-color: #041ffd;
/* Tailwind (arbitrary) */
class="text-[#041ffd] bg-[#041ffd]"
/* SCSS */
$brand: #041ffd;
/* SwiftUI */
Color(red: 0.016, green: 0.122, blue: 0.992)
/* Android */
Color.parseColor("#041ffd")Accessibility — WCAG contrast
Aa
#041ffd on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041ffd on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green12.2%
Blue99.2%
CMYK percentages
Cyan98.4%
Magenta87.7%
Yellow0.0%
Key (black)0.8%
Color previews
#041ffd text on a black background
contrast 2.62:1
Card sample
#041ffd text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041ffd;
Background color
Panel with #041ffd background
background-color: #041ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 31, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 31, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041ffd; background: linear-gradient(135deg, #041ffd, #8F04FD);