#6f0fcf
a dark, electric violet · warm · closest name: indigo
RGB
111, 15, 207
HSL
270°, 87%, 44%
CMYK
46, 93, 0, 19
Luminance
0.0823
Every format
| HEX | #6f0fcf |
| RGB | rgb(111, 15, 207) |
| HSL | hsl(270, 87%, 44%) |
| CMYK | cmyk(46%, 93%, 0%, 19%) |
| LAB | lab(34.5 69.6 -76.7) |
| LCH | lch(34.5 103.6 312.2) |
| OKLCH | oklch(0.468 0.246 296.8) |
Copy-ready code
/* CSS */
color: #6f0fcf;
background-color: #6f0fcf;
/* Tailwind (arbitrary) */
class="text-[#6f0fcf] bg-[#6f0fcf]"
/* SCSS */
$brand: #6f0fcf;
/* SwiftUI */
Color(red: 0.435, green: 0.059, blue: 0.812)
/* Android */
Color.parseColor("#6f0fcf")Accessibility — WCAG contrast
Aa
#6f0fcf on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f0fcf on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green5.9%
Blue81.2%
CMYK percentages
Cyan46.4%
Magenta92.8%
Yellow0.0%
Key (black)18.8%
Color previews
#6f0fcf text on a black background
contrast 2.65:1
Card sample
#6f0fcf text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f0fcf;
Background color
Panel with #6f0fcf background
background-color: #6f0fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f0fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 15, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 15, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f0fcf; background: linear-gradient(135deg, #6f0fcf, #CF0FAF);