#6f41df
a balanced, vivid violet · warm · closest name: slateblue
RGB
111, 65, 223
HSL
258°, 71%, 57%
CMYK
50, 71, 0, 13
Luminance
0.1249
Every format
| HEX | #6f41df |
| RGB | rgb(111, 65, 223) |
| HSL | hsl(258, 71%, 57%) |
| CMYK | cmyk(50%, 71%, 0%, 13%) |
| LAB | lab(42.0 56.0 -73.5) |
| LCH | lch(42.0 92.4 307.3) |
| OKLCH | oklch(0.524 0.224 289.7) |
Copy-ready code
/* CSS */
color: #6f41df;
background-color: #6f41df;
/* Tailwind (arbitrary) */
class="text-[#6f41df] bg-[#6f41df]"
/* SCSS */
$brand: #6f41df;
/* SwiftUI */
Color(red: 0.435, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#6f41df")Accessibility — WCAG contrast
Aa
#6f41df on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f41df on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green25.5%
Blue87.5%
CMYK percentages
Cyan50.2%
Magenta70.9%
Yellow0.0%
Key (black)12.5%
Color previews
#6f41df text on a black background
contrast 3.50:1
Card sample
#6f41df text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f41df;
Background color
Panel with #6f41df background
background-color: #6f41df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f41df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f41df; background: linear-gradient(135deg, #6f41df, #D841DF);