#6f079c
a dark, electric violet · warm · closest name: indigo
RGB
111, 7, 156
HSL
282°, 91%, 32%
CMYK
29, 96, 0, 39
Luminance
0.0593
Every format
| HEX | #6f079c |
| RGB | rgb(111, 7, 156) |
| HSL | hsl(282, 91%, 32%) |
| CMYK | cmyk(29%, 96%, 0%, 39%) |
| LAB | lab(29.2 60.1 -54.9) |
| LCH | lch(29.2 81.4 317.6) |
| OKLCH | oklch(0.418 0.206 310.7) |
Copy-ready code
/* CSS */
color: #6f079c;
background-color: #6f079c;
/* Tailwind (arbitrary) */
class="text-[#6f079c] bg-[#6f079c]"
/* SCSS */
$brand: #6f079c;
/* SwiftUI */
Color(red: 0.435, green: 0.027, blue: 0.612)
/* Android */
Color.parseColor("#6f079c")Accessibility — WCAG contrast
Aa
#6f079c on white: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f079c on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green2.7%
Blue61.2%
CMYK percentages
Cyan28.8%
Magenta95.5%
Yellow0.0%
Key (black)38.8%
Color previews
#6f079c text on a black background
contrast 2.19:1
Card sample
#6f079c text on a white background
contrast 9.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f079c;
Background color
Panel with #6f079c background
background-color: #6f079c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f079c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 7, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 7, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f079c; background: linear-gradient(135deg, #6f079c, #9C0766);