#6e4e7e
a dark, soft violet · warm · closest name: steelblue
RGB
110, 78, 126
HSL
280°, 24%, 40%
CMYK
13, 38, 0, 51
Luminance
0.1027
Every format
| HEX | #6e4e7e |
| RGB | rgb(110, 78, 126) |
| HSL | hsl(280, 24%, 40%) |
| CMYK | cmyk(13%, 38%, 0%, 51%) |
| LAB | lab(38.3 22.9 -22.0) |
| LCH | lch(38.3 31.8 316.2) |
| OKLCH | oklch(0.477 0.084 313.9) |
Copy-ready code
/* CSS */
color: #6e4e7e;
background-color: #6e4e7e;
/* Tailwind (arbitrary) */
class="text-[#6e4e7e] bg-[#6e4e7e]"
/* SCSS */
$brand: #6e4e7e;
/* SwiftUI */
Color(red: 0.431, green: 0.306, blue: 0.494)
/* Android */
Color.parseColor("#6e4e7e")Accessibility — WCAG contrast
Aa
#6e4e7e on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6e4e7e on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green30.6%
Blue49.4%
CMYK percentages
Cyan12.7%
Magenta38.1%
Yellow0.0%
Key (black)50.6%
Color previews
#6e4e7e text on a black background
contrast 3.05:1
Card sample
#6e4e7e text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e4e7e;
Background color
Panel with #6e4e7e background
background-color: #6e4e7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e4e7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 78, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 78, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e4e7e; background: linear-gradient(135deg, #6e4e7e, #7E4E6E);