#7906af
a dark, electric violet · warm · closest name: indigo
RGB
121, 6, 175
HSL
281°, 93%, 36%
CMYK
31, 97, 0, 31
Luminance
0.0729
Every format
| HEX | #7906af |
| RGB | rgb(121, 6, 175) |
| HSL | hsl(281, 93%, 36%) |
| CMYK | cmyk(31%, 97%, 0%, 31%) |
| LAB | lab(32.5 65.4 -61.0) |
| LCH | lch(32.5 89.4 317.0) |
| OKLCH | oklch(0.448 0.224 309.2) |
Copy-ready code
/* CSS */
color: #7906af;
background-color: #7906af;
/* Tailwind (arbitrary) */
class="text-[#7906af] bg-[#7906af]"
/* SCSS */
$brand: #7906af;
/* SwiftUI */
Color(red: 0.475, green: 0.024, blue: 0.686)
/* Android */
Color.parseColor("#7906af")Accessibility — WCAG contrast
Aa
#7906af on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7906af on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green2.4%
Blue68.6%
CMYK percentages
Cyan30.9%
Magenta96.6%
Yellow0.0%
Key (black)31.4%
Color previews
#7906af text on a black background
contrast 2.46:1
Card sample
#7906af text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7906af;
Background color
Panel with #7906af background
background-color: #7906af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7906af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 6, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 6, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7906af; background: linear-gradient(135deg, #7906af, #AF0674);