#6f0ccc
a dark, electric violet · warm · closest name: indigo
RGB
111, 12, 204
HSL
271°, 89%, 42%
CMYK
46, 94, 0, 20
Luminance
0.0800
Every format
| HEX | #6f0ccc |
| RGB | rgb(111, 12, 204) |
| HSL | hsl(271, 89%, 42%) |
| CMYK | cmyk(46%, 94%, 0%, 20%) |
| LAB | lab(34.0 69.4 -75.7) |
| LCH | lch(34.0 102.7 312.5) |
| OKLCH | oklch(0.464 0.245 297.6) |
Copy-ready code
/* CSS */
color: #6f0ccc;
background-color: #6f0ccc;
/* Tailwind (arbitrary) */
class="text-[#6f0ccc] bg-[#6f0ccc]"
/* SCSS */
$brand: #6f0ccc;
/* SwiftUI */
Color(red: 0.435, green: 0.047, blue: 0.800)
/* Android */
Color.parseColor("#6f0ccc")Accessibility — WCAG contrast
Aa
#6f0ccc on white: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f0ccc on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green4.7%
Blue80.0%
CMYK percentages
Cyan45.6%
Magenta94.1%
Yellow0.0%
Key (black)20.0%
Color previews
#6f0ccc text on a black background
contrast 2.60:1
Card sample
#6f0ccc text on a white background
contrast 8.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f0ccc;
Background color
Panel with #6f0ccc background
background-color: #6f0ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f0ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 12, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 12, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f0ccc; background: linear-gradient(135deg, #6f0ccc, #CC0CA9);