#6901af
a dark, electric violet · warm · closest name: indigo
RGB
105, 1, 175
HSL
276°, 99%, 35%
CMYK
40, 99, 0, 31
Luminance
0.0612
Every format
| HEX | #6901af |
| RGB | rgb(105, 1, 175) |
| HSL | hsl(276, 99%, 35%) |
| CMYK | cmyk(40%, 99%, 0%, 31%) |
| LAB | lab(29.7 64.3 -65.6) |
| LCH | lch(29.7 91.9 314.4) |
| OKLCH | oklch(0.425 0.223 302.6) |
Copy-ready code
/* CSS */
color: #6901af;
background-color: #6901af;
/* Tailwind (arbitrary) */
class="text-[#6901af] bg-[#6901af]"
/* SCSS */
$brand: #6901af;
/* SwiftUI */
Color(red: 0.412, green: 0.004, blue: 0.686)
/* Android */
Color.parseColor("#6901af")Accessibility — WCAG contrast
Aa
#6901af on white: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6901af on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green0.4%
Blue68.6%
CMYK percentages
Cyan40.0%
Magenta99.4%
Yellow0.0%
Key (black)31.4%
Color previews
#6901af text on a black background
contrast 2.22:1
Card sample
#6901af text on a white background
contrast 9.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6901af;
Background color
Panel with #6901af background
background-color: #6901af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6901af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 1, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 1, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6901af; background: linear-gradient(135deg, #6901af, #AF0181);