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