#6d4eb0
a balanced, soft violet · warm · closest name: slateblue
RGB
109, 78, 176
HSL
259°, 39%, 50%
CMYK
38, 56, 0, 31
Luminance
0.1183
Every format
| HEX | #6d4eb0 |
| RGB | rgb(109, 78, 176) |
| HSL | hsl(259, 39%, 50%) |
| CMYK | cmyk(38%, 56%, 0%, 31%) |
| LAB | lab(41.0 35.5 -47.9) |
| LCH | lch(41.0 59.6 306.5) |
| OKLCH | oklch(0.506 0.150 295.1) |
Copy-ready code
/* CSS */
color: #6d4eb0;
background-color: #6d4eb0;
/* Tailwind (arbitrary) */
class="text-[#6d4eb0] bg-[#6d4eb0]"
/* SCSS */
$brand: #6d4eb0;
/* SwiftUI */
Color(red: 0.427, green: 0.306, blue: 0.690)
/* Android */
Color.parseColor("#6d4eb0")Accessibility — WCAG contrast
Aa
#6d4eb0 on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6d4eb0 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green30.6%
Blue69.0%
CMYK percentages
Cyan38.1%
Magenta55.7%
Yellow0.0%
Key (black)31.0%
Color previews
#6d4eb0 text on a black background
contrast 3.37:1
Card sample
#6d4eb0 text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d4eb0;
Background color
Panel with #6d4eb0 background
background-color: #6d4eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d4eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 78, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 78, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d4eb0; background: linear-gradient(135deg, #6d4eb0, #AE4EB0);