#6b0c8f
a dark, electric violet · warm · closest name: indigo
RGB
107, 12, 143
HSL
284°, 85%, 30%
CMYK
25, 92, 0, 44
Luminance
0.0537
Every format
| HEX | #6b0c8f |
| RGB | rgb(107, 12, 143) |
| HSL | hsl(284, 85%, 30%) |
| CMYK | cmyk(25%, 92%, 0%, 44%) |
| LAB | lab(27.8 56.1 -49.3) |
| LCH | lch(27.8 74.7 318.7) |
| OKLCH | oklch(0.403 0.192 313.1) |
Copy-ready code
/* CSS */
color: #6b0c8f;
background-color: #6b0c8f;
/* Tailwind (arbitrary) */
class="text-[#6b0c8f] bg-[#6b0c8f]"
/* SCSS */
$brand: #6b0c8f;
/* SwiftUI */
Color(red: 0.420, green: 0.047, blue: 0.561)
/* Android */
Color.parseColor("#6b0c8f")Accessibility — WCAG contrast
Aa
#6b0c8f on white: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b0c8f on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green4.7%
Blue56.1%
CMYK percentages
Cyan25.2%
Magenta91.6%
Yellow0.0%
Key (black)43.9%
Color previews
#6b0c8f text on a black background
contrast 2.07:1
Card sample
#6b0c8f text on a white background
contrast 10.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b0c8f;
Background color
Panel with #6b0c8f background
background-color: #6b0c8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b0c8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 12, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 12, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b0c8f; background: linear-gradient(135deg, #6b0c8f, #8F0C5C);