#684368
a dark, soft magenta / pink · warm · closest name: gray
RGB
104, 67, 104
HSL
300°, 22%, 34%
CMYK
0, 36, 0, 59
Luminance
0.0796
Every format
| HEX | #684368 |
| RGB | rgb(104, 67, 104) |
| HSL | hsl(300, 22%, 34%) |
| CMYK | cmyk(0%, 36%, 0%, 59%) |
| LAB | lab(33.9 22.7 -15.1) |
| LCH | lch(33.9 27.3 326.3) |
| OKLCH | oklch(0.439 0.075 326.8) |
Copy-ready code
/* CSS */
color: #684368;
background-color: #684368;
/* Tailwind (arbitrary) */
class="text-[#684368] bg-[#684368]"
/* SCSS */
$brand: #684368;
/* SwiftUI */
Color(red: 0.408, green: 0.263, blue: 0.408)
/* Android */
Color.parseColor("#684368")Accessibility — WCAG contrast
Aa
#684368 on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#684368 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green26.3%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow0.0%
Key (black)59.2%
Color previews
#684368 text on a black background
contrast 2.59:1
Card sample
#684368 text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #684368;
Background color
Panel with #684368 background
background-color: #684368;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #684368;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 67, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 67, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #684368; background: linear-gradient(135deg, #684368, #68434F);