#6830b4
a dark, vivid violet · warm · closest name: indigo
RGB
104, 48, 180
HSL
266°, 58%, 45%
CMYK
42, 73, 0, 29
Luminance
0.0835
Every format
| HEX | #6830b4 |
| RGB | rgb(104, 48, 180) |
| HSL | hsl(266, 58%, 45%) |
| CMYK | cmyk(42%, 73%, 0%, 29%) |
| LAB | lab(34.7 51.7 -60.4) |
| LCH | lch(34.7 79.5 310.5) |
| OKLCH | oklch(0.460 0.195 297.5) |
Copy-ready code
/* CSS */
color: #6830b4;
background-color: #6830b4;
/* Tailwind (arbitrary) */
class="text-[#6830b4] bg-[#6830b4]"
/* SCSS */
$brand: #6830b4;
/* SwiftUI */
Color(red: 0.408, green: 0.188, blue: 0.706)
/* Android */
Color.parseColor("#6830b4")Accessibility — WCAG contrast
Aa
#6830b4 on white: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6830b4 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.8%
Blue70.6%
CMYK percentages
Cyan42.2%
Magenta73.3%
Yellow0.0%
Key (black)29.4%
Color previews
#6830b4 text on a black background
contrast 2.67:1
Card sample
#6830b4 text on a white background
contrast 7.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6830b4;
Background color
Panel with #6830b4 background
background-color: #6830b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6830b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 48, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 48, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6830b4; background: linear-gradient(135deg, #6830b4, #B430A8);