#6934c0
a balanced, vivid violet · warm · closest name: indigo
RGB
105, 52, 192
HSL
263°, 57%, 48%
CMYK
45, 73, 0, 25
Luminance
0.0927
Every format
| HEX | #6934c0 |
| RGB | rgb(105, 52, 192) |
| HSL | hsl(263, 57%, 48%) |
| CMYK | cmyk(45%, 73%, 0%, 25%) |
| LAB | lab(36.5 53.0 -64.6) |
| LCH | lch(36.5 83.6 309.4) |
| OKLCH | oklch(0.476 0.204 294.7) |
Copy-ready code
/* CSS */
color: #6934c0;
background-color: #6934c0;
/* Tailwind (arbitrary) */
class="text-[#6934c0] bg-[#6934c0]"
/* SCSS */
$brand: #6934c0;
/* SwiftUI */
Color(red: 0.412, green: 0.204, blue: 0.753)
/* Android */
Color.parseColor("#6934c0")Accessibility — WCAG contrast
Aa
#6934c0 on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6934c0 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green20.4%
Blue75.3%
CMYK percentages
Cyan45.3%
Magenta72.9%
Yellow0.0%
Key (black)24.7%
Color previews
#6934c0 text on a black background
contrast 2.85:1
Card sample
#6934c0 text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6934c0;
Background color
Panel with #6934c0 background
background-color: #6934c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6934c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 52, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 52, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6934c0; background: linear-gradient(135deg, #6934c0, #C034BA);