#6e4db3
a balanced, soft violet · warm · closest name: slateblue
RGB
110, 77, 179
HSL
259°, 40%, 50%
CMYK
39, 57, 0, 30
Luminance
0.1188
Every format
| HEX | #6e4db3 |
| RGB | rgb(110, 77, 179) |
| HSL | hsl(259, 40%, 50%) |
| CMYK | cmyk(39%, 57%, 0%, 30%) |
| LAB | lab(41.0 37.1 -49.6) |
| LCH | lch(41.0 62.0 306.8) |
| OKLCH | oklch(0.507 0.156 295.2) |
Copy-ready code
/* CSS */
color: #6e4db3;
background-color: #6e4db3;
/* Tailwind (arbitrary) */
class="text-[#6e4db3] bg-[#6e4db3]"
/* SCSS */
$brand: #6e4db3;
/* SwiftUI */
Color(red: 0.431, green: 0.302, blue: 0.702)
/* Android */
Color.parseColor("#6e4db3")Accessibility — WCAG contrast
Aa
#6e4db3 on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6e4db3 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green30.2%
Blue70.2%
CMYK percentages
Cyan38.5%
Magenta57.0%
Yellow0.0%
Key (black)29.8%
Color previews
#6e4db3 text on a black background
contrast 3.38:1
Card sample
#6e4db3 text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e4db3;
Background color
Panel with #6e4db3 background
background-color: #6e4db3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e4db3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 77, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 77, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e4db3; background: linear-gradient(135deg, #6e4db3, #B24DB3);