#613657
a dark, soft magenta / pink · warm · closest name: gray
RGB
97, 54, 87
HSL
314°, 29%, 30%
CMYK
0, 44, 10, 62
Luminance
0.0587
Every format
| HEX | #613657 |
| RGB | rgb(97, 54, 87) |
| HSL | hsl(314, 29%, 30%) |
| CMYK | cmyk(0%, 44%, 10%, 62%) |
| LAB | lab(29.1 24.5 -11.7) |
| LCH | lch(29.1 27.2 334.5) |
| OKLCH | oklch(0.398 0.078 336.1) |
Copy-ready code
/* CSS */
color: #613657;
background-color: #613657;
/* Tailwind (arbitrary) */
class="text-[#613657] bg-[#613657]"
/* SCSS */
$brand: #613657;
/* SwiftUI */
Color(red: 0.380, green: 0.212, blue: 0.341)
/* Android */
Color.parseColor("#613657")Accessibility — WCAG contrast
Aa
#613657 on white: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613657 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green21.2%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow10.3%
Key (black)62.0%
Color previews
#613657 text on a black background
contrast 2.17:1
Card sample
#613657 text on a white background
contrast 9.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613657;
Background color
Panel with #613657 background
background-color: #613657;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613657;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 54, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 54, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613657; background: linear-gradient(135deg, #613657, #61363A);