#613f49
a dark, soft magenta / pink · warm · closest name: gray
RGB
97, 63, 73
HSL
342°, 21%, 31%
CMYK
0, 35, 25, 62
Luminance
0.0658
Every format
| HEX | #613f49 |
| RGB | rgb(97, 63, 73) |
| HSL | hsl(342, 21%, 31%) |
| CMYK | cmyk(0%, 35%, 25%, 62%) |
| LAB | lab(30.8 16.5 0.0) |
| LCH | lch(30.8 16.5 0.1) |
| OKLCH | oklch(0.410 0.050 0.3) |
Copy-ready code
/* CSS */
color: #613f49;
background-color: #613f49;
/* Tailwind (arbitrary) */
class="text-[#613f49] bg-[#613f49]"
/* SCSS */
$brand: #613f49;
/* SwiftUI */
Color(red: 0.380, green: 0.247, blue: 0.286)
/* Android */
Color.parseColor("#613f49")Accessibility — WCAG contrast
Aa
#613f49 on white: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613f49 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green24.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow24.7%
Key (black)62.0%
Color previews
#613f49 text on a black background
contrast 2.32:1
Card sample
#613f49 text on a white background
contrast 9.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613f49;
Background color
Panel with #613f49 background
background-color: #613f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 63, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 63, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613f49; background: linear-gradient(135deg, #613f49, #614C3F);