#6a1b6a
a dark, vivid magenta / pink · warm · closest name: purple
RGB
106, 27, 106
HSL
300°, 59%, 26%
CMYK
0, 75, 0, 58
Luminance
0.0489
Every format
| HEX | #6a1b6a |
| RGB | rgb(106, 27, 106) |
| HSL | hsl(300, 59%, 26%) |
| CMYK | cmyk(0%, 75%, 0%, 58%) |
| LAB | lab(26.4 44.5 -28.1) |
| LCH | lch(26.4 52.6 327.8) |
| OKLCH | oklch(0.385 0.146 328.0) |
Copy-ready code
/* CSS */
color: #6a1b6a;
background-color: #6a1b6a;
/* Tailwind (arbitrary) */
class="text-[#6a1b6a] bg-[#6a1b6a]"
/* SCSS */
$brand: #6a1b6a;
/* SwiftUI */
Color(red: 0.416, green: 0.106, blue: 0.416)
/* Android */
Color.parseColor("#6a1b6a")Accessibility — WCAG contrast
Aa
#6a1b6a on white: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6a1b6a on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green10.6%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow0.0%
Key (black)58.4%
Color previews
#6a1b6a text on a black background
contrast 1.98:1
Card sample
#6a1b6a text on a white background
contrast 10.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a1b6a;
Background color
Panel with #6a1b6a background
background-color: #6a1b6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a1b6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 27, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 27, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a1b6a; background: linear-gradient(135deg, #6a1b6a, #6A1B35);