#6c1860
a dark, vivid magenta / pink · warm · closest name: purple
RGB
108, 24, 96
HSL
309°, 64%, 26%
CMYK
0, 78, 11, 58
Luminance
0.0469
Every format
| HEX | #6c1860 |
| RGB | rgb(108, 24, 96) |
| HSL | hsl(309, 64%, 26%) |
| CMYK | cmyk(0%, 78%, 11%, 58%) |
| LAB | lab(25.8 44.4 -22.5) |
| LCH | lch(25.8 49.8 333.2) |
| OKLCH | oklch(0.380 0.143 334.6) |
Copy-ready code
/* CSS */
color: #6c1860;
background-color: #6c1860;
/* Tailwind (arbitrary) */
class="text-[#6c1860] bg-[#6c1860]"
/* SCSS */
$brand: #6c1860;
/* SwiftUI */
Color(red: 0.424, green: 0.094, blue: 0.376)
/* Android */
Color.parseColor("#6c1860")Accessibility — WCAG contrast
Aa
#6c1860 on white: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c1860 on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green9.4%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow11.1%
Key (black)57.6%
Color previews
#6c1860 text on a black background
contrast 1.94:1
Card sample
#6c1860 text on a white background
contrast 10.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c1860;
Background color
Panel with #6c1860 background
background-color: #6c1860;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c1860;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 24, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 24, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c1860; background: linear-gradient(135deg, #6c1860, #6C1828);