#650f4d
a deep, vivid magenta / pink · warm · closest name: purple
RGB
101, 15, 77
HSL
317°, 74%, 23%
CMYK
0, 85, 24, 60
Luminance
0.0364
Every format
| HEX | #650f4d |
| RGB | rgb(101, 15, 77) |
| HSL | hsl(317, 74%, 23%) |
| CMYK | cmyk(0%, 85%, 24%, 60%) |
| LAB | lab(22.5 42.6 -15.2) |
| LCH | lch(22.5 45.2 340.4) |
| OKLCH | oklch(0.349 0.135 342.4) |
Copy-ready code
/* CSS */
color: #650f4d;
background-color: #650f4d;
/* Tailwind (arbitrary) */
class="text-[#650f4d] bg-[#650f4d]"
/* SCSS */
$brand: #650f4d;
/* SwiftUI */
Color(red: 0.396, green: 0.059, blue: 0.302)
/* Android */
Color.parseColor("#650f4d")Accessibility — WCAG contrast
Aa
#650f4d on white: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#650f4d on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green5.9%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta85.1%
Yellow23.8%
Key (black)60.4%
Color previews
#650f4d text on a black background
contrast 1.73:1
Card sample
#650f4d text on a white background
contrast 12.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #650f4d;
Background color
Panel with #650f4d background
background-color: #650f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #650f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 15, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 15, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #650f4d; background: linear-gradient(135deg, #650f4d, #650F14);