#65166f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
101, 22, 111
HSL
293°, 67%, 26%
CMYK
9, 80, 0, 57
Luminance
0.0449
Every format
| HEX | #65166f |
| RGB | rgb(101, 22, 111) |
| HSL | hsl(293, 67%, 26%) |
| CMYK | cmyk(9%, 80%, 0%, 57%) |
| LAB | lab(25.2 46.1 -33.3) |
| LCH | lch(25.2 56.8 324.2) |
| OKLCH | oklch(0.376 0.154 322.9) |
Copy-ready code
/* CSS */
color: #65166f;
background-color: #65166f;
/* Tailwind (arbitrary) */
class="text-[#65166f] bg-[#65166f]"
/* SCSS */
$brand: #65166f;
/* SwiftUI */
Color(red: 0.396, green: 0.086, blue: 0.435)
/* Android */
Color.parseColor("#65166f")Accessibility — WCAG contrast
Aa
#65166f on white: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#65166f on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green8.6%
Blue43.5%
CMYK percentages
Cyan9.0%
Magenta80.2%
Yellow0.0%
Key (black)56.5%
Color previews
#65166f text on a black background
contrast 1.90:1
Card sample
#65166f text on a white background
contrast 11.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65166f;
Background color
Panel with #65166f background
background-color: #65166f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65166f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 22, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 22, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65166f; background: linear-gradient(135deg, #65166f, #6F163E);