#6f2acf
a balanced, vivid violet · warm · closest name: indigo
RGB
111, 42, 207
HSL
265°, 66%, 49%
CMYK
46, 80, 0, 19
Luminance
0.0954
Every format
| HEX | #6f2acf |
| RGB | rgb(111, 42, 207) |
| HSL | hsl(265, 66%, 49%) |
| CMYK | cmyk(46%, 80%, 0%, 19%) |
| LAB | lab(37.0 62.0 -72.5) |
| LCH | lch(37.0 95.4 310.6) |
| OKLCH | oklch(0.485 0.230 295.2) |
Copy-ready code
/* CSS */
color: #6f2acf;
background-color: #6f2acf;
/* Tailwind (arbitrary) */
class="text-[#6f2acf] bg-[#6f2acf]"
/* SCSS */
$brand: #6f2acf;
/* SwiftUI */
Color(red: 0.435, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#6f2acf")Accessibility — WCAG contrast
Aa
#6f2acf on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f2acf on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green16.5%
Blue81.2%
CMYK percentages
Cyan46.4%
Magenta79.7%
Yellow0.0%
Key (black)18.8%
Color previews
#6f2acf text on a black background
contrast 2.91:1
Card sample
#6f2acf text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f2acf;
Background color
Panel with #6f2acf background
background-color: #6f2acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f2acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f2acf; background: linear-gradient(135deg, #6f2acf, #CF2AC1);