#814865
a dark, soft magenta / pink · warm · closest name: gray
RGB
129, 72, 101
HSL
330°, 28%, 39%
CMYK
0, 44, 22, 49
Luminance
0.1024
Every format
| HEX | #814865 |
| RGB | rgb(129, 72, 101) |
| HSL | hsl(330, 28%, 39%) |
| CMYK | cmyk(0%, 44%, 22%, 49%) |
| LAB | lab(38.3 28.4 -6.3) |
| LCH | lch(38.3 29.0 347.5) |
| OKLCH | oklch(0.479 0.086 349.0) |
Copy-ready code
/* CSS */
color: #814865;
background-color: #814865;
/* Tailwind (arbitrary) */
class="text-[#814865] bg-[#814865]"
/* SCSS */
$brand: #814865;
/* SwiftUI */
Color(red: 0.506, green: 0.282, blue: 0.396)
/* Android */
Color.parseColor("#814865")Accessibility — WCAG contrast
Aa
#814865 on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#814865 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green28.2%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow21.7%
Key (black)49.4%
Color previews
#814865 text on a black background
contrast 3.05:1
Card sample
#814865 text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #814865;
Background color
Panel with #814865 background
background-color: #814865;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #814865;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 72, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 72, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #814865; background: linear-gradient(135deg, #814865, #815148);