#6820ac
a dark, vivid violet · warm · closest name: indigo
RGB
104, 32, 172
HSL
271°, 69%, 40%
CMYK
40, 81, 0, 33
Luminance
0.0695
Every format
| HEX | #6820ac |
| RGB | rgb(104, 32, 172) |
| HSL | hsl(271, 69%, 40%) |
| CMYK | cmyk(40%, 81%, 0%, 33%) |
| LAB | lab(31.7 56.4 -60.6) |
| LCH | lch(31.7 82.7 312.9) |
| OKLCH | oklch(0.437 0.203 301.3) |
Copy-ready code
/* CSS */
color: #6820ac;
background-color: #6820ac;
/* Tailwind (arbitrary) */
class="text-[#6820ac] bg-[#6820ac]"
/* SCSS */
$brand: #6820ac;
/* SwiftUI */
Color(red: 0.408, green: 0.125, blue: 0.675)
/* Android */
Color.parseColor("#6820ac")Accessibility — WCAG contrast
Aa
#6820ac on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6820ac on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green12.5%
Blue67.5%
CMYK percentages
Cyan39.5%
Magenta81.4%
Yellow0.0%
Key (black)32.5%
Color previews
#6820ac text on a black background
contrast 2.39:1
Card sample
#6820ac text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6820ac;
Background color
Panel with #6820ac background
background-color: #6820ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6820ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 32, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 32, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6820ac; background: linear-gradient(135deg, #6820ac, #AC2093);