#7919df
a balanced, electric violet · warm · closest name: blue
RGB
121, 25, 223
HSL
269°, 80%, 49%
CMYK
46, 89, 0, 13
Luminance
0.1009
Every format
| HEX | #7919df |
| RGB | rgb(121, 25, 223) |
| HSL | hsl(269, 80%, 49%) |
| CMYK | cmyk(46%, 89%, 0%, 13%) |
| LAB | lab(38.0 72.1 -80.0) |
| LCH | lch(38.0 107.7 312.0) |
| OKLCH | oklch(0.499 0.257 296.8) |
Copy-ready code
/* CSS */
color: #7919df;
background-color: #7919df;
/* Tailwind (arbitrary) */
class="text-[#7919df] bg-[#7919df]"
/* SCSS */
$brand: #7919df;
/* SwiftUI */
Color(red: 0.475, green: 0.098, blue: 0.875)
/* Android */
Color.parseColor("#7919df")Accessibility — WCAG contrast
Aa
#7919df on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7919df on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green9.8%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta88.8%
Yellow0.0%
Key (black)12.5%
Color previews
#7919df text on a black background
contrast 3.02:1
Card sample
#7919df text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7919df;
Background color
Panel with #7919df background
background-color: #7919df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7919df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 25, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 25, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7919df; background: linear-gradient(135deg, #7919df, #DF19C1);