#6b1877
a dark, vivid magenta / pink · warm · closest name: purple
RGB
107, 24, 119
HSL
292°, 66%, 28%
CMYK
10, 80, 0, 53
Luminance
0.0511
Every format
| HEX | #6b1877 |
| RGB | rgb(107, 24, 119) |
| HSL | hsl(292, 66%, 28%) |
| CMYK | cmyk(10%, 80%, 0%, 53%) |
| LAB | lab(27.1 48.3 -35.4) |
| LCH | lch(27.1 59.8 323.7) |
| OKLCH | oklch(0.392 0.162 322.2) |
Copy-ready code
/* CSS */
color: #6b1877;
background-color: #6b1877;
/* Tailwind (arbitrary) */
class="text-[#6b1877] bg-[#6b1877]"
/* SCSS */
$brand: #6b1877;
/* SwiftUI */
Color(red: 0.420, green: 0.094, blue: 0.467)
/* Android */
Color.parseColor("#6b1877")Accessibility — WCAG contrast
Aa
#6b1877 on white: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b1877 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green9.4%
Blue46.7%
CMYK percentages
Cyan10.1%
Magenta79.8%
Yellow0.0%
Key (black)53.3%
Color previews
#6b1877 text on a black background
contrast 2.02:1
Card sample
#6b1877 text on a white background
contrast 10.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b1877;
Background color
Panel with #6b1877 background
background-color: #6b1877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b1877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 24, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 24, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b1877; background: linear-gradient(135deg, #6b1877, #771844);