#69415c
a dark, soft magenta / pink · warm · closest name: gray
RGB
105, 65, 92
HSL
320°, 24%, 33%
CMYK
0, 38, 12, 59
Luminance
0.0756
Every format
| HEX | #69415c |
| RGB | rgb(105, 65, 92) |
| HSL | hsl(320, 24%, 33%) |
| CMYK | cmyk(0%, 38%, 12%, 59%) |
| LAB | lab(33.0 21.9 -8.8) |
| LCH | lch(33.0 23.6 338.1) |
| OKLCH | oklch(0.431 0.068 339.8) |
Copy-ready code
/* CSS */
color: #69415c;
background-color: #69415c;
/* Tailwind (arbitrary) */
class="text-[#69415c] bg-[#69415c]"
/* SCSS */
$brand: #69415c;
/* SwiftUI */
Color(red: 0.412, green: 0.255, blue: 0.361)
/* Android */
Color.parseColor("#69415c")Accessibility — WCAG contrast
Aa
#69415c on white: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#69415c on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green25.5%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta38.1%
Yellow12.4%
Key (black)58.8%
Color previews
#69415c text on a black background
contrast 2.51:1
Card sample
#69415c text on a white background
contrast 8.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69415c;
Background color
Panel with #69415c background
background-color: #69415c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69415c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 65, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 65, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69415c; background: linear-gradient(135deg, #69415c, #694141);