#65166c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
101, 22, 108
HSL
295°, 66%, 26%
CMYK
7, 80, 0, 58
Luminance
0.0442
Every format
| HEX | #65166c |
| RGB | rgb(101, 22, 108) |
| HSL | hsl(295, 66%, 26%) |
| CMYK | cmyk(7%, 80%, 0%, 58%) |
| LAB | lab(25.0 45.5 -31.6) |
| LCH | lch(25.0 55.4 325.2) |
| OKLCH | oklch(0.374 0.151 324.4) |
Copy-ready code
/* CSS */
color: #65166c;
background-color: #65166c;
/* Tailwind (arbitrary) */
class="text-[#65166c] bg-[#65166c]"
/* SCSS */
$brand: #65166c;
/* SwiftUI */
Color(red: 0.396, green: 0.086, blue: 0.424)
/* Android */
Color.parseColor("#65166c")Accessibility — WCAG contrast
Aa
#65166c on white: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#65166c on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green8.6%
Blue42.4%
CMYK percentages
Cyan6.5%
Magenta79.6%
Yellow0.0%
Key (black)57.6%
Color previews
#65166c text on a black background
contrast 1.88:1
Card sample
#65166c text on a white background
contrast 11.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65166c;
Background color
Panel with #65166c background
background-color: #65166c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65166c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 22, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 22, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65166c; background: linear-gradient(135deg, #65166c, #6C163A);