#6b1663
a dark, vivid magenta / pink · warm · closest name: purple
RGB
107, 22, 99
HSL
306°, 66%, 25%
CMYK
0, 79, 8, 58
Luminance
0.0460
Every format
| HEX | #6b1663 |
| RGB | rgb(107, 22, 99) |
| HSL | hsl(306, 66%, 25%) |
| CMYK | cmyk(0%, 79%, 8%, 58%) |
| LAB | lab(25.6 45.3 -24.9) |
| LCH | lch(25.6 51.7 331.3) |
| OKLCH | oklch(0.378 0.147 332.3) |
Copy-ready code
/* CSS */
color: #6b1663;
background-color: #6b1663;
/* Tailwind (arbitrary) */
class="text-[#6b1663] bg-[#6b1663]"
/* SCSS */
$brand: #6b1663;
/* SwiftUI */
Color(red: 0.420, green: 0.086, blue: 0.388)
/* Android */
Color.parseColor("#6b1663")Accessibility — WCAG contrast
Aa
#6b1663 on white: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b1663 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green8.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow7.5%
Key (black)58.0%
Color previews
#6b1663 text on a black background
contrast 1.92:1
Card sample
#6b1663 text on a white background
contrast 10.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b1663;
Background color
Panel with #6b1663 background
background-color: #6b1663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b1663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 22, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 22, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b1663; background: linear-gradient(135deg, #6b1663, #6B162A);