#6941ad
a balanced, vivid violet · warm · closest name: slateblue
RGB
105, 65, 173
HSL
262°, 45%, 47%
CMYK
39, 62, 0, 32
Luminance
0.0980
Every format
| HEX | #6941ad |
| RGB | rgb(105, 65, 173) |
| HSL | hsl(262, 45%, 47%) |
| CMYK | cmyk(39%, 62%, 0%, 32%) |
| LAB | lab(37.5 41.2 -51.8) |
| LCH | lch(37.5 66.2 308.5) |
| OKLCH | oklch(0.479 0.165 296.7) |
Copy-ready code
/* CSS */
color: #6941ad;
background-color: #6941ad;
/* Tailwind (arbitrary) */
class="text-[#6941ad] bg-[#6941ad]"
/* SCSS */
$brand: #6941ad;
/* SwiftUI */
Color(red: 0.412, green: 0.255, blue: 0.678)
/* Android */
Color.parseColor("#6941ad")Accessibility — WCAG contrast
Aa
#6941ad on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6941ad on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green25.5%
Blue67.8%
CMYK percentages
Cyan39.3%
Magenta62.4%
Yellow0.0%
Key (black)32.2%
Color previews
#6941ad text on a black background
contrast 2.96:1
Card sample
#6941ad text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6941ad;
Background color
Panel with #6941ad background
background-color: #6941ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6941ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 65, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 65, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6941ad; background: linear-gradient(135deg, #6941ad, #AD41A9);