#6c396c
a dark, soft magenta / pink · warm · closest name: purple
RGB
108, 57, 108
HSL
300°, 31%, 32%
CMYK
0, 47, 0, 58
Luminance
0.0720
Every format
| HEX | #6c396c |
| RGB | rgb(108, 57, 108) |
| HSL | hsl(300, 31%, 32%) |
| CMYK | cmyk(0%, 47%, 0%, 58%) |
| LAB | lab(32.3 30.8 -20.2) |
| LCH | lch(32.3 36.8 326.8) |
| OKLCH | oklch(0.429 0.102 327.2) |
Copy-ready code
/* CSS */
color: #6c396c;
background-color: #6c396c;
/* Tailwind (arbitrary) */
class="text-[#6c396c] bg-[#6c396c]"
/* SCSS */
$brand: #6c396c;
/* SwiftUI */
Color(red: 0.424, green: 0.224, blue: 0.424)
/* Android */
Color.parseColor("#6c396c")Accessibility — WCAG contrast
Aa
#6c396c on white: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c396c on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green22.4%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow0.0%
Key (black)57.6%
Color previews
#6c396c text on a black background
contrast 2.44:1
Card sample
#6c396c text on a white background
contrast 8.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c396c;
Background color
Panel with #6c396c background
background-color: #6c396c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c396c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 57, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 57, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c396c; background: linear-gradient(135deg, #6c396c, #6C394A);