#6b4792
a dark, soft violet · warm · closest name: slateblue
RGB
107, 71, 146
HSL
269°, 35%, 43%
CMYK
27, 51, 0, 43
Luminance
0.0971
Every format
| HEX | #6b4792 |
| RGB | rgb(107, 71, 146) |
| HSL | hsl(269, 35%, 43%) |
| CMYK | cmyk(27%, 51%, 0%, 43%) |
| LAB | lab(37.3 31.1 -35.8) |
| LCH | lch(37.3 47.4 311.0) |
| OKLCH | oklch(0.472 0.122 304.3) |
Copy-ready code
/* CSS */
color: #6b4792;
background-color: #6b4792;
/* Tailwind (arbitrary) */
class="text-[#6b4792] bg-[#6b4792]"
/* SCSS */
$brand: #6b4792;
/* SwiftUI */
Color(red: 0.420, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#6b4792")Accessibility — WCAG contrast
Aa
#6b4792 on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b4792 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green27.8%
Blue57.3%
CMYK percentages
Cyan26.7%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#6b4792 text on a black background
contrast 2.94:1
Card sample
#6b4792 text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b4792;
Background color
Panel with #6b4792 background
background-color: #6b4792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b4792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b4792; background: linear-gradient(135deg, #6b4792, #924787);