#7419df
a balanced, electric violet · warm · closest name: blue
RGB
116, 25, 223
HSL
268°, 80%, 49%
CMYK
48, 89, 0, 13
Luminance
0.0974
Every format
| HEX | #7419df |
| RGB | rgb(116, 25, 223) |
| HSL | hsl(268, 80%, 49%) |
| CMYK | cmyk(48%, 89%, 0%, 13%) |
| LAB | lab(37.4 71.6 -81.1) |
| LCH | lch(37.4 108.2 311.5) |
| OKLCH | oklch(0.494 0.257 295.0) |
Copy-ready code
/* CSS */
color: #7419df;
background-color: #7419df;
/* Tailwind (arbitrary) */
class="text-[#7419df] bg-[#7419df]"
/* SCSS */
$brand: #7419df;
/* SwiftUI */
Color(red: 0.455, green: 0.098, blue: 0.875)
/* Android */
Color.parseColor("#7419df")Accessibility — WCAG contrast
Aa
#7419df on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7419df on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green9.8%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta88.8%
Yellow0.0%
Key (black)12.5%
Color previews
#7419df text on a black background
contrast 2.95:1
Card sample
#7419df text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7419df;
Background color
Panel with #7419df background
background-color: #7419df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7419df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 25, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 25, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7419df; background: linear-gradient(135deg, #7419df, #DF19C6);