#6d2ccf
a balanced, vivid violet · warm · closest name: indigo
RGB
109, 44, 207
HSL
264°, 65%, 49%
CMYK
47, 79, 0, 19
Luminance
0.0956
Every format
| HEX | #6d2ccf |
| RGB | rgb(109, 44, 207) |
| HSL | hsl(264, 65%, 49%) |
| CMYK | cmyk(47%, 79%, 0%, 19%) |
| LAB | lab(37.0 61.0 -72.4) |
| LCH | lch(37.0 94.7 310.1) |
| OKLCH | oklch(0.485 0.228 294.2) |
Copy-ready code
/* CSS */
color: #6d2ccf;
background-color: #6d2ccf;
/* Tailwind (arbitrary) */
class="text-[#6d2ccf] bg-[#6d2ccf]"
/* SCSS */
$brand: #6d2ccf;
/* SwiftUI */
Color(red: 0.427, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#6d2ccf")Accessibility — WCAG contrast
Aa
#6d2ccf on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6d2ccf on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green17.3%
Blue81.2%
CMYK percentages
Cyan47.3%
Magenta78.7%
Yellow0.0%
Key (black)18.8%
Color previews
#6d2ccf text on a black background
contrast 2.91:1
Card sample
#6d2ccf text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d2ccf;
Background color
Panel with #6d2ccf background
background-color: #6d2ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d2ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d2ccf; background: linear-gradient(135deg, #6d2ccf, #CF2CC4);