#6f2ccf
a balanced, vivid violet · warm · closest name: indigo
RGB
111, 44, 207
HSL
265°, 65%, 49%
CMYK
46, 79, 0, 19
Luminance
0.0969
Every format
| HEX | #6f2ccf |
| RGB | rgb(111, 44, 207) |
| HSL | hsl(265, 65%, 49%) |
| CMYK | cmyk(46%, 79%, 0%, 19%) |
| LAB | lab(37.3 61.3 -72.0) |
| LCH | lch(37.3 94.6 310.4) |
| OKLCH | oklch(0.487 0.228 295.0) |
Copy-ready code
/* CSS */
color: #6f2ccf;
background-color: #6f2ccf;
/* Tailwind (arbitrary) */
class="text-[#6f2ccf] bg-[#6f2ccf]"
/* SCSS */
$brand: #6f2ccf;
/* SwiftUI */
Color(red: 0.435, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#6f2ccf")Accessibility — WCAG contrast
Aa
#6f2ccf on white: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f2ccf on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green17.3%
Blue81.2%
CMYK percentages
Cyan46.4%
Magenta78.7%
Yellow0.0%
Key (black)18.8%
Color previews
#6f2ccf text on a black background
contrast 2.94:1
Card sample
#6f2ccf text on a white background
contrast 7.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f2ccf;
Background color
Panel with #6f2ccf background
background-color: #6f2ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f2ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f2ccf; background: linear-gradient(135deg, #6f2ccf, #CF2CC2);