#6b4dbb
a balanced, soft violet · warm · closest name: slateblue
RGB
107, 77, 187
HSL
256°, 45%, 52%
CMYK
43, 59, 0, 27
Luminance
0.1202
Every format
| HEX | #6b4dbb |
| RGB | rgb(107, 77, 187) |
| HSL | hsl(256, 45%, 52%) |
| CMYK | cmyk(43%, 59%, 0%, 27%) |
| LAB | lab(41.3 38.7 -53.9) |
| LCH | lch(41.3 66.4 305.7) |
| OKLCH | oklch(0.510 0.166 292.0) |
Copy-ready code
/* CSS */
color: #6b4dbb;
background-color: #6b4dbb;
/* Tailwind (arbitrary) */
class="text-[#6b4dbb] bg-[#6b4dbb]"
/* SCSS */
$brand: #6b4dbb;
/* SwiftUI */
Color(red: 0.420, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#6b4dbb")Accessibility — WCAG contrast
Aa
#6b4dbb on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6b4dbb on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green30.2%
Blue73.3%
CMYK percentages
Cyan42.8%
Magenta58.8%
Yellow0.0%
Key (black)26.7%
Color previews
#6b4dbb text on a black background
contrast 3.40:1
Card sample
#6b4dbb text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b4dbb;
Background color
Panel with #6b4dbb background
background-color: #6b4dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b4dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b4dbb; background: linear-gradient(135deg, #6b4dbb, #B44DBB);