#6830c8
a balanced, vivid violet · warm · closest name: indigo
RGB
104, 48, 200
HSL
262°, 61%, 49%
CMYK
48, 76, 0, 22
Luminance
0.0923
Every format
| HEX | #6830c8 |
| RGB | rgb(104, 48, 200) |
| HSL | hsl(262, 61%, 49%) |
| CMYK | cmyk(48%, 76%, 0%, 22%) |
| LAB | lab(36.4 56.8 -69.4) |
| LCH | lch(36.4 89.7 309.3) |
| OKLCH | oklch(0.477 0.216 293.1) |
Copy-ready code
/* CSS */
color: #6830c8;
background-color: #6830c8;
/* Tailwind (arbitrary) */
class="text-[#6830c8] bg-[#6830c8]"
/* SCSS */
$brand: #6830c8;
/* SwiftUI */
Color(red: 0.408, green: 0.188, blue: 0.784)
/* Android */
Color.parseColor("#6830c8")Accessibility — WCAG contrast
Aa
#6830c8 on white: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6830c8 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.8%
Blue78.4%
CMYK percentages
Cyan48.0%
Magenta76.0%
Yellow0.0%
Key (black)21.6%
Color previews
#6830c8 text on a black background
contrast 2.85:1
Card sample
#6830c8 text on a white background
contrast 7.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6830c8;
Background color
Panel with #6830c8 background
background-color: #6830c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6830c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 48, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 48, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6830c8; background: linear-gradient(135deg, #6830c8, #C830C3);