#6827b6
a dark, vivid violet · warm · closest name: indigo
RGB
104, 39, 182
HSL
267°, 65%, 43%
CMYK
43, 79, 0, 29
Luminance
0.0777
Every format
| HEX | #6827b6 |
| RGB | rgb(104, 39, 182) |
| HSL | hsl(267, 65%, 43%) |
| CMYK | cmyk(43%, 79%, 0%, 29%) |
| LAB | lab(33.5 56.1 -63.6) |
| LCH | lch(33.5 84.8 311.4) |
| OKLCH | oklch(0.452 0.206 298.0) |
Copy-ready code
/* CSS */
color: #6827b6;
background-color: #6827b6;
/* Tailwind (arbitrary) */
class="text-[#6827b6] bg-[#6827b6]"
/* SCSS */
$brand: #6827b6;
/* SwiftUI */
Color(red: 0.408, green: 0.153, blue: 0.714)
/* Android */
Color.parseColor("#6827b6")Accessibility — WCAG contrast
Aa
#6827b6 on white: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6827b6 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green15.3%
Blue71.4%
CMYK percentages
Cyan42.9%
Magenta78.6%
Yellow0.0%
Key (black)28.6%
Color previews
#6827b6 text on a black background
contrast 2.55:1
Card sample
#6827b6 text on a white background
contrast 8.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6827b6;
Background color
Panel with #6827b6 background
background-color: #6827b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6827b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 39, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 39, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6827b6; background: linear-gradient(135deg, #6827b6, #B627A4);