#613f4f
a dark, soft magenta / pink · warm · closest name: gray
RGB
97, 63, 79
HSL
332°, 21%, 31%
CMYK
0, 35, 19, 62
Luminance
0.0666
Every format
| HEX | #613f4f |
| RGB | rgb(97, 63, 79) |
| HSL | hsl(332, 21%, 31%) |
| CMYK | cmyk(0%, 35%, 19%, 62%) |
| LAB | lab(31.0 17.5 -3.6) |
| LCH | lch(31.0 17.9 348.5) |
| OKLCH | oklch(0.412 0.053 349.9) |
Copy-ready code
/* CSS */
color: #613f4f;
background-color: #613f4f;
/* Tailwind (arbitrary) */
class="text-[#613f4f] bg-[#613f4f]"
/* SCSS */
$brand: #613f4f;
/* SwiftUI */
Color(red: 0.380, green: 0.247, blue: 0.310)
/* Android */
Color.parseColor("#613f4f")Accessibility — WCAG contrast
Aa
#613f4f on white: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613f4f on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green24.7%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow18.6%
Key (black)62.0%
Color previews
#613f4f text on a black background
contrast 2.33:1
Card sample
#613f4f text on a white background
contrast 9.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613f4f;
Background color
Panel with #613f4f background
background-color: #613f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 63, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 63, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613f4f; background: linear-gradient(135deg, #613f4f, #61463F);