#6900ae
a dark, electric violet · warm · closest name: indigo
RGB
105, 0, 174
HSL
276°, 100%, 34%
CMYK
40, 100, 0, 32
Luminance
0.0606
Every format
| HEX | #6900ae |
| RGB | rgb(105, 0, 174) |
| HSL | hsl(276, 100%, 34%) |
| CMYK | cmyk(40%, 100%, 0%, 32%) |
| LAB | lab(29.6 64.3 -65.3) |
| LCH | lch(29.6 91.6 314.5) |
| OKLCH | oklch(0.423 0.222 302.9) |
Copy-ready code
/* CSS */
color: #6900ae;
background-color: #6900ae;
/* Tailwind (arbitrary) */
class="text-[#6900ae] bg-[#6900ae]"
/* SCSS */
$brand: #6900ae;
/* SwiftUI */
Color(red: 0.412, green: 0.000, blue: 0.682)
/* Android */
Color.parseColor("#6900ae")Accessibility — WCAG contrast
Aa
#6900ae on white: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6900ae on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green0.0%
Blue68.2%
CMYK percentages
Cyan39.7%
Magenta100.0%
Yellow0.0%
Key (black)31.8%
Color previews
#6900ae text on a black background
contrast 2.21:1
Card sample
#6900ae text on a white background
contrast 9.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6900ae;
Background color
Panel with #6900ae background
background-color: #6900ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6900ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 0, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 0, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6900ae; background: linear-gradient(135deg, #6900ae, #AE007F);