#613c49
a dark, soft magenta / pink · warm · closest name: gray
RGB
97, 60, 73
HSL
339°, 24%, 31%
CMYK
0, 38, 25, 62
Luminance
0.0625
Every format
| HEX | #613c49 |
| RGB | rgb(97, 60, 73) |
| HSL | hsl(339, 24%, 31%) |
| CMYK | cmyk(0%, 38%, 25%, 62%) |
| LAB | lab(30.1 18.3 -1.1) |
| LCH | lch(30.1 18.4 356.5) |
| OKLCH | oklch(0.404 0.055 357.2) |
Copy-ready code
/* CSS */
color: #613c49;
background-color: #613c49;
/* Tailwind (arbitrary) */
class="text-[#613c49] bg-[#613c49]"
/* SCSS */
$brand: #613c49;
/* SwiftUI */
Color(red: 0.380, green: 0.235, blue: 0.286)
/* Android */
Color.parseColor("#613c49")Accessibility — WCAG contrast
Aa
#613c49 on white: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613c49 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green23.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta38.1%
Yellow24.7%
Key (black)62.0%
Color previews
#613c49 text on a black background
contrast 2.25:1
Card sample
#613c49 text on a white background
contrast 9.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613c49;
Background color
Panel with #613c49 background
background-color: #613c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 60, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 60, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613c49; background: linear-gradient(135deg, #613c49, #61483C);