#7907cf
a dark, electric violet · warm · closest name: indigo
RGB
121, 7, 207
HSL
274°, 94%, 42%
CMYK
42, 97, 0, 19
Luminance
0.0872
Every format
| HEX | #7907cf |
| RGB | rgb(121, 7, 207) |
| HSL | hsl(274, 94%, 42%) |
| CMYK | cmyk(42%, 97%, 0%, 19%) |
| LAB | lab(35.4 71.8 -75.0) |
| LCH | lch(35.4 103.8 313.7) |
| OKLCH | oklch(0.477 0.250 300.9) |
Copy-ready code
/* CSS */
color: #7907cf;
background-color: #7907cf;
/* Tailwind (arbitrary) */
class="text-[#7907cf] bg-[#7907cf]"
/* SCSS */
$brand: #7907cf;
/* SwiftUI */
Color(red: 0.475, green: 0.027, blue: 0.812)
/* Android */
Color.parseColor("#7907cf")Accessibility — WCAG contrast
Aa
#7907cf on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7907cf on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green2.7%
Blue81.2%
CMYK percentages
Cyan41.5%
Magenta96.6%
Yellow0.0%
Key (black)18.8%
Color previews
#7907cf text on a black background
contrast 2.74:1
Card sample
#7907cf text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7907cf;
Background color
Panel with #7907cf background
background-color: #7907cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7907cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 7, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 7, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7907cf; background: linear-gradient(135deg, #7907cf, #CF07A0);