#6830c3
a balanced, vivid violet · warm · closest name: indigo
RGB
104, 48, 195
HSL
263°, 61%, 48%
CMYK
47, 75, 0, 24
Luminance
0.0900
Every format
| HEX | #6830c3 |
| RGB | rgb(104, 48, 195) |
| HSL | hsl(263, 61%, 48%) |
| CMYK | cmyk(47%, 75%, 0%, 24%) |
| LAB | lab(36.0 55.5 -67.2) |
| LCH | lch(36.0 87.2 309.6) |
| OKLCH | oklch(0.473 0.211 294.1) |
Copy-ready code
/* CSS */
color: #6830c3;
background-color: #6830c3;
/* Tailwind (arbitrary) */
class="text-[#6830c3] bg-[#6830c3]"
/* SCSS */
$brand: #6830c3;
/* SwiftUI */
Color(red: 0.408, green: 0.188, blue: 0.765)
/* Android */
Color.parseColor("#6830c3")Accessibility — WCAG contrast
Aa
#6830c3 on white: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6830c3 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.8%
Blue76.5%
CMYK percentages
Cyan46.7%
Magenta75.4%
Yellow0.0%
Key (black)23.5%
Color previews
#6830c3 text on a black background
contrast 2.80:1
Card sample
#6830c3 text on a white background
contrast 7.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6830c3;
Background color
Panel with #6830c3 background
background-color: #6830c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6830c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 48, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 48, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6830c3; background: linear-gradient(135deg, #6830c3, #C330BC);