#7404df
a dark, electric violet · warm · closest name: blue
RGB
116, 4, 223
HSL
271°, 97%, 45%
CMYK
48, 98, 0, 13
Luminance
0.0913
Every format
| HEX | #7404df |
| RGB | rgb(116, 4, 223) |
| HSL | hsl(271, 97%, 45%) |
| CMYK | cmyk(48%, 98%, 0%, 13%) |
| LAB | lab(36.2 75.0 -83.0) |
| LCH | lch(36.2 111.9 312.1) |
| OKLCH | oklch(0.486 0.264 295.7) |
Copy-ready code
/* CSS */
color: #7404df;
background-color: #7404df;
/* Tailwind (arbitrary) */
class="text-[#7404df] bg-[#7404df]"
/* SCSS */
$brand: #7404df;
/* SwiftUI */
Color(red: 0.455, green: 0.016, blue: 0.875)
/* Android */
Color.parseColor("#7404df")Accessibility — WCAG contrast
Aa
#7404df on white: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7404df on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green1.6%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta98.2%
Yellow0.0%
Key (black)12.5%
Color previews
#7404df text on a black background
contrast 2.83:1
Card sample
#7404df text on a white background
contrast 7.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7404df;
Background color
Panel with #7404df background
background-color: #7404df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7404df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 4, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 4, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7404df; background: linear-gradient(135deg, #7404df, #DF04B8);