#652f49
a dark, soft magenta / pink · warm · closest name: gray
RGB
101, 47, 73
HSL
331°, 37%, 29%
CMYK
0, 54, 28, 60
Luminance
0.0528
Every format
| HEX | #652f49 |
| RGB | rgb(101, 47, 73) |
| HSL | hsl(331, 37%, 29%) |
| CMYK | cmyk(0%, 54%, 28%, 60%) |
| LAB | lab(27.5 27.7 -4.8) |
| LCH | lch(27.5 28.1 350.2) |
| OKLCH | oklch(0.386 0.084 351.6) |
Copy-ready code
/* CSS */
color: #652f49;
background-color: #652f49;
/* Tailwind (arbitrary) */
class="text-[#652f49] bg-[#652f49]"
/* SCSS */
$brand: #652f49;
/* SwiftUI */
Color(red: 0.396, green: 0.184, blue: 0.286)
/* Android */
Color.parseColor("#652f49")Accessibility — WCAG contrast
Aa
#652f49 on white: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#652f49 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green18.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta53.5%
Yellow27.7%
Key (black)60.4%
Color previews
#652f49 text on a black background
contrast 2.06:1
Card sample
#652f49 text on a white background
contrast 10.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #652f49;
Background color
Panel with #652f49 background
background-color: #652f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #652f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 47, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 47, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #652f49; background: linear-gradient(135deg, #652f49, #65392F);