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