#613c4f
a dark, soft magenta / pink · warm · closest name: gray
RGB
97, 60, 79
HSL
329°, 24%, 31%
CMYK
0, 38, 19, 62
Luminance
0.0634
Every format
| HEX | #613c4f |
| RGB | rgb(97, 60, 79) |
| HSL | hsl(329, 24%, 31%) |
| CMYK | cmyk(0%, 38%, 19%, 62%) |
| LAB | lab(30.3 19.4 -4.7) |
| LCH | lch(30.3 19.9 346.3) |
| OKLCH | oklch(0.406 0.059 347.9) |
Copy-ready code
/* CSS */
color: #613c4f;
background-color: #613c4f;
/* Tailwind (arbitrary) */
class="text-[#613c4f] bg-[#613c4f]"
/* SCSS */
$brand: #613c4f;
/* SwiftUI */
Color(red: 0.380, green: 0.235, blue: 0.310)
/* Android */
Color.parseColor("#613c4f")Accessibility — WCAG contrast
Aa
#613c4f on white: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613c4f on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green23.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta38.1%
Yellow18.6%
Key (black)62.0%
Color previews
#613c4f text on a black background
contrast 2.27:1
Card sample
#613c4f text on a white background
contrast 9.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613c4f;
Background color
Panel with #613c4f background
background-color: #613c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 60, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 60, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613c4f; background: linear-gradient(135deg, #613c4f, #61423C);