#7918ce
a balanced, electric violet · warm · closest name: indigo
RGB
121, 24, 206
HSL
272°, 79%, 45%
CMYK
41, 88, 0, 19
Luminance
0.0917
Every format
| HEX | #7918ce |
| RGB | rgb(121, 24, 206) |
| HSL | hsl(272, 79%, 45%) |
| CMYK | cmyk(41%, 88%, 0%, 19%) |
| LAB | lab(36.3 68.6 -73.0) |
| LCH | lch(36.3 100.2 313.2) |
| OKLCH | oklch(0.483 0.242 300.6) |
Copy-ready code
/* CSS */
color: #7918ce;
background-color: #7918ce;
/* Tailwind (arbitrary) */
class="text-[#7918ce] bg-[#7918ce]"
/* SCSS */
$brand: #7918ce;
/* SwiftUI */
Color(red: 0.475, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#7918ce")Accessibility — WCAG contrast
Aa
#7918ce on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7918ce on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green9.4%
Blue80.8%
CMYK percentages
Cyan41.3%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#7918ce text on a black background
contrast 2.83:1
Card sample
#7918ce text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7918ce;
Background color
Panel with #7918ce background
background-color: #7918ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7918ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7918ce; background: linear-gradient(135deg, #7918ce, #CE18AA);