#61395c
a dark, soft magenta / pink · warm · closest name: gray
RGB
97, 57, 92
HSL
308°, 26%, 30%
CMYK
0, 41, 5, 62
Luminance
0.0624
Every format
| HEX | #61395c |
| RGB | rgb(97, 57, 92) |
| HSL | hsl(308, 26%, 30%) |
| CMYK | cmyk(0%, 41%, 5%, 62%) |
| LAB | lab(30.0 23.7 -13.5) |
| LCH | lch(30.0 27.3 330.4) |
| OKLCH | oklch(0.406 0.076 331.5) |
Copy-ready code
/* CSS */
color: #61395c;
background-color: #61395c;
/* Tailwind (arbitrary) */
class="text-[#61395c] bg-[#61395c]"
/* SCSS */
$brand: #61395c;
/* SwiftUI */
Color(red: 0.380, green: 0.224, blue: 0.361)
/* Android */
Color.parseColor("#61395c")Accessibility — WCAG contrast
Aa
#61395c on white: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#61395c on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green22.4%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow5.2%
Key (black)62.0%
Color previews
#61395c text on a black background
contrast 2.25:1
Card sample
#61395c text on a white background
contrast 9.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61395c;
Background color
Panel with #61395c background
background-color: #61395c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61395c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 57, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 57, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61395c; background: linear-gradient(135deg, #61395c, #613941);