#7909af
a dark, electric violet · warm · closest name: indigo
RGB
121, 9, 175
HSL
281°, 90%, 36%
CMYK
31, 95, 0, 31
Luminance
0.0736
Every format
| HEX | #7909af |
| RGB | rgb(121, 9, 175) |
| HSL | hsl(281, 90%, 36%) |
| CMYK | cmyk(31%, 95%, 0%, 31%) |
| LAB | lab(32.6 65.0 -60.8) |
| LCH | lch(32.6 89.0 316.9) |
| OKLCH | oklch(0.449 0.223 309.1) |
Copy-ready code
/* CSS */
color: #7909af;
background-color: #7909af;
/* Tailwind (arbitrary) */
class="text-[#7909af] bg-[#7909af]"
/* SCSS */
$brand: #7909af;
/* SwiftUI */
Color(red: 0.475, green: 0.035, blue: 0.686)
/* Android */
Color.parseColor("#7909af")Accessibility — WCAG contrast
Aa
#7909af on white: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7909af on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green3.5%
Blue68.6%
CMYK percentages
Cyan30.9%
Magenta94.9%
Yellow0.0%
Key (black)31.4%
Color previews
#7909af text on a black background
contrast 2.47:1
Card sample
#7909af text on a white background
contrast 8.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7909af;
Background color
Panel with #7909af background
background-color: #7909af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7909af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 9, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 9, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7909af; background: linear-gradient(135deg, #7909af, #AF0976);