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