#651663
a deep, vivid magenta / pink · warm · closest name: purple
RGB
101, 22, 99
HSL
302°, 64%, 24%
CMYK
0, 78, 2, 60
Luminance
0.0424
Every format
| HEX | #651663 |
| RGB | rgb(101, 22, 99) |
| HSL | hsl(302, 64%, 24%) |
| CMYK | cmyk(0%, 78%, 2%, 60%) |
| LAB | lab(24.5 43.9 -26.7) |
| LCH | lch(24.5 51.4 328.7) |
| OKLCH | oklch(0.368 0.144 329.1) |
Copy-ready code
/* CSS */
color: #651663;
background-color: #651663;
/* Tailwind (arbitrary) */
class="text-[#651663] bg-[#651663]"
/* SCSS */
$brand: #651663;
/* SwiftUI */
Color(red: 0.396, green: 0.086, blue: 0.388)
/* Android */
Color.parseColor("#651663")Accessibility — WCAG contrast
Aa
#651663 on white: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#651663 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green8.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta78.2%
Yellow2.0%
Key (black)60.4%
Color previews
#651663 text on a black background
contrast 1.85:1
Card sample
#651663 text on a white background
contrast 11.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #651663;
Background color
Panel with #651663 background
background-color: #651663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #651663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 22, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 22, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #651663; background: linear-gradient(135deg, #651663, #65162E);