#653c65
a dark, soft magenta / pink · warm · closest name: midnightblue
RGB
101, 60, 101
HSL
300°, 26%, 32%
CMYK
0, 41, 0, 60
Luminance
0.0694
Every format
| HEX | #653c65 |
| RGB | rgb(101, 60, 101) |
| HSL | hsl(300, 26%, 32%) |
| CMYK | cmyk(0%, 41%, 0%, 60%) |
| LAB | lab(31.7 25.2 -16.7) |
| LCH | lch(31.7 30.2 326.5) |
| OKLCH | oklch(0.421 0.083 326.9) |
Copy-ready code
/* CSS */
color: #653c65;
background-color: #653c65;
/* Tailwind (arbitrary) */
class="text-[#653c65] bg-[#653c65]"
/* SCSS */
$brand: #653c65;
/* SwiftUI */
Color(red: 0.396, green: 0.235, blue: 0.396)
/* Android */
Color.parseColor("#653c65")Accessibility — WCAG contrast
Aa
#653c65 on white: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#653c65 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green23.5%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow0.0%
Key (black)60.4%
Color previews
#653c65 text on a black background
contrast 2.39:1
Card sample
#653c65 text on a white background
contrast 8.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653c65;
Background color
Panel with #653c65 background
background-color: #653c65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653c65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 60, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 60, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653c65; background: linear-gradient(135deg, #653c65, #653C4A);