#6705af
a dark, electric violet · warm · closest name: indigo
RGB
103, 5, 175
HSL
275°, 94%, 35%
CMYK
41, 97, 0, 31
Luminance
0.0609
Every format
| HEX | #6705af |
| RGB | rgb(103, 5, 175) |
| HSL | hsl(275, 94%, 35%) |
| CMYK | cmyk(41%, 97%, 0%, 31%) |
| LAB | lab(29.6 63.4 -65.8) |
| LCH | lch(29.6 91.4 314.0) |
| OKLCH | oklch(0.423 0.221 301.6) |
Copy-ready code
/* CSS */
color: #6705af;
background-color: #6705af;
/* Tailwind (arbitrary) */
class="text-[#6705af] bg-[#6705af]"
/* SCSS */
$brand: #6705af;
/* SwiftUI */
Color(red: 0.404, green: 0.020, blue: 0.686)
/* Android */
Color.parseColor("#6705af")Accessibility — WCAG contrast
Aa
#6705af on white: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6705af on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green2.0%
Blue68.6%
CMYK percentages
Cyan41.1%
Magenta97.1%
Yellow0.0%
Key (black)31.4%
Color previews
#6705af text on a black background
contrast 2.22:1
Card sample
#6705af text on a white background
contrast 9.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6705af;
Background color
Panel with #6705af background
background-color: #6705af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6705af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 5, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 5, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6705af; background: linear-gradient(135deg, #6705af, #AF0586);