#6c034f
a deep, electric magenta / pink · warm · closest name: purple
RGB
108, 3, 79
HSL
317°, 95%, 22%
CMYK
0, 97, 27, 58
Luminance
0.0382
Every format
| HEX | #6c034f |
| RGB | rgb(108, 3, 79) |
| HSL | hsl(317, 95%, 22%) |
| CMYK | cmyk(0%, 97%, 27%, 58%) |
| LAB | lab(23.1 47.3 -15.5) |
| LCH | lch(23.1 49.8 341.9) |
| OKLCH | oklch(0.357 0.150 343.9) |
Copy-ready code
/* CSS */
color: #6c034f;
background-color: #6c034f;
/* Tailwind (arbitrary) */
class="text-[#6c034f] bg-[#6c034f]"
/* SCSS */
$brand: #6c034f;
/* SwiftUI */
Color(red: 0.424, green: 0.012, blue: 0.310)
/* Android */
Color.parseColor("#6c034f")Accessibility — WCAG contrast
Aa
#6c034f on white: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c034f on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green1.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta97.2%
Yellow26.9%
Key (black)57.6%
Color previews
#6c034f text on a black background
contrast 1.76:1
Card sample
#6c034f text on a white background
contrast 11.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c034f;
Background color
Panel with #6c034f background
background-color: #6c034f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c034f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 3, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 3, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c034f; background: linear-gradient(135deg, #6c034f, #6C0309);