#693a52
a dark, soft magenta / pink · warm · closest name: gray
RGB
105, 58, 82
HSL
329°, 29%, 32%
CMYK
0, 45, 22, 59
Luminance
0.0664
Every format
| HEX | #693a52 |
| RGB | rgb(105, 58, 82) |
| HSL | hsl(329, 29%, 32%) |
| CMYK | cmyk(0%, 45%, 22%, 59%) |
| LAB | lab(31.0 24.3 -5.5) |
| LCH | lch(31.0 24.9 347.3) |
| OKLCH | oklch(0.414 0.074 348.9) |
Copy-ready code
/* CSS */
color: #693a52;
background-color: #693a52;
/* Tailwind (arbitrary) */
class="text-[#693a52] bg-[#693a52]"
/* SCSS */
$brand: #693a52;
/* SwiftUI */
Color(red: 0.412, green: 0.227, blue: 0.322)
/* Android */
Color.parseColor("#693a52")Accessibility — WCAG contrast
Aa
#693a52 on white: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#693a52 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green22.7%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow21.9%
Key (black)58.8%
Color previews
#693a52 text on a black background
contrast 2.33:1
Card sample
#693a52 text on a white background
contrast 9.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #693a52;
Background color
Panel with #693a52 background
background-color: #693a52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #693a52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 58, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 58, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #693a52; background: linear-gradient(135deg, #693a52, #69413A);