#6f0c87
a dark, electric violet · warm · closest name: purple
RGB
111, 12, 135
HSL
288°, 84%, 29%
CMYK
18, 91, 0, 47
Luminance
0.0539
Every format
| HEX | #6f0c87 |
| RGB | rgb(111, 12, 135) |
| HSL | hsl(288, 84%, 29%) |
| CMYK | cmyk(18%, 91%, 0%, 47%) |
| LAB | lab(27.8 55.2 -44.2) |
| LCH | lch(27.8 70.7 321.3) |
| OKLCH | oklch(0.403 0.186 318.0) |
Copy-ready code
/* CSS */
color: #6f0c87;
background-color: #6f0c87;
/* Tailwind (arbitrary) */
class="text-[#6f0c87] bg-[#6f0c87]"
/* SCSS */
$brand: #6f0c87;
/* SwiftUI */
Color(red: 0.435, green: 0.047, blue: 0.529)
/* Android */
Color.parseColor("#6f0c87")Accessibility — WCAG contrast
Aa
#6f0c87 on white: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f0c87 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green4.7%
Blue52.9%
CMYK percentages
Cyan17.8%
Magenta91.1%
Yellow0.0%
Key (black)47.1%
Color previews
#6f0c87 text on a black background
contrast 2.08:1
Card sample
#6f0c87 text on a white background
contrast 10.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f0c87;
Background color
Panel with #6f0c87 background
background-color: #6f0c87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f0c87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 12, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 12, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f0c87; background: linear-gradient(135deg, #6f0c87, #870C4D);