#6b1d6b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
107, 29, 107
HSL
300°, 57%, 27%
CMYK
0, 73, 0, 58
Luminance
0.0507
Every format
| HEX | #6b1d6b |
| RGB | rgb(107, 29, 107) |
| HSL | hsl(300, 57%, 27%) |
| CMYK | cmyk(0%, 73%, 0%, 58%) |
| LAB | lab(26.9 44.2 -27.9) |
| LCH | lch(26.9 52.3 327.7) |
| OKLCH | oklch(0.389 0.145 327.9) |
Copy-ready code
/* CSS */
color: #6b1d6b;
background-color: #6b1d6b;
/* Tailwind (arbitrary) */
class="text-[#6b1d6b] bg-[#6b1d6b]"
/* SCSS */
$brand: #6b1d6b;
/* SwiftUI */
Color(red: 0.420, green: 0.114, blue: 0.420)
/* Android */
Color.parseColor("#6b1d6b")Accessibility — WCAG contrast
Aa
#6b1d6b on white: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b1d6b on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green11.4%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow0.0%
Key (black)58.0%
Color previews
#6b1d6b text on a black background
contrast 2.01:1
Card sample
#6b1d6b text on a white background
contrast 10.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b1d6b;
Background color
Panel with #6b1d6b background
background-color: #6b1d6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b1d6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 29, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 29, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b1d6b; background: linear-gradient(135deg, #6b1d6b, #6B1D37);