#6f3fba
a balanced, vivid violet · warm · closest name: slateblue
RGB
111, 63, 186
HSL
263°, 49%, 49%
CMYK
40, 66, 0, 27
Luminance
0.1048
Every format
| HEX | #6f3fba |
| RGB | rgb(111, 63, 186) |
| HSL | hsl(263, 49%, 49%) |
| CMYK | cmyk(40%, 66%, 0%, 27%) |
| LAB | lab(38.7 47.0 -57.5) |
| LCH | lch(38.7 74.3 309.3) |
| OKLCH | oklch(0.492 0.184 297.0) |
Copy-ready code
/* CSS */
color: #6f3fba;
background-color: #6f3fba;
/* Tailwind (arbitrary) */
class="text-[#6f3fba] bg-[#6f3fba]"
/* SCSS */
$brand: #6f3fba;
/* SwiftUI */
Color(red: 0.435, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#6f3fba")Accessibility — WCAG contrast
Aa
#6f3fba on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f3fba on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green24.7%
Blue72.9%
CMYK percentages
Cyan40.3%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#6f3fba text on a black background
contrast 3.10:1
Card sample
#6f3fba text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f3fba;
Background color
Panel with #6f3fba background
background-color: #6f3fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f3fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f3fba; background: linear-gradient(135deg, #6f3fba, #BA3FB3);