#7705af
a dark, electric violet · warm · closest name: indigo
RGB
119, 5, 175
HSL
280°, 94%, 35%
CMYK
32, 97, 0, 31
Luminance
0.0713
Every format
| HEX | #7705af |
| RGB | rgb(119, 5, 175) |
| HSL | hsl(280, 94%, 35%) |
| CMYK | cmyk(32%, 97%, 0%, 31%) |
| LAB | lab(32.1 65.3 -61.6) |
| LCH | lch(32.1 89.8 316.6) |
| OKLCH | oklch(0.445 0.224 308.4) |
Copy-ready code
/* CSS */
color: #7705af;
background-color: #7705af;
/* Tailwind (arbitrary) */
class="text-[#7705af] bg-[#7705af]"
/* SCSS */
$brand: #7705af;
/* SwiftUI */
Color(red: 0.467, green: 0.020, blue: 0.686)
/* Android */
Color.parseColor("#7705af")Accessibility — WCAG contrast
Aa
#7705af on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7705af on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green2.0%
Blue68.6%
CMYK percentages
Cyan32.0%
Magenta97.1%
Yellow0.0%
Key (black)31.4%
Color previews
#7705af text on a black background
contrast 2.43:1
Card sample
#7705af text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7705af;
Background color
Panel with #7705af background
background-color: #7705af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7705af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 5, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 5, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7705af; background: linear-gradient(135deg, #7705af, #AF0576);