#835a83
a dark, soft magenta / pink · warm · closest name: gray
RGB
131, 90, 131
HSL
300°, 19%, 43%
CMYK
0, 31, 0, 49
Luminance
0.1378
Every format
| HEX | #835a83 |
| RGB | rgb(131, 90, 131) |
| HSL | hsl(300, 19%, 43%) |
| CMYK | cmyk(0%, 31%, 0%, 49%) |
| LAB | lab(43.9 24.1 -16.2) |
| LCH | lch(43.9 29.0 326.1) |
| OKLCH | oklch(0.526 0.080 326.6) |
Copy-ready code
/* CSS */
color: #835a83;
background-color: #835a83;
/* Tailwind (arbitrary) */
class="text-[#835a83] bg-[#835a83]"
/* SCSS */
$brand: #835a83;
/* SwiftUI */
Color(red: 0.514, green: 0.353, blue: 0.514)
/* Android */
Color.parseColor("#835a83")Accessibility — WCAG contrast
Aa
#835a83 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#835a83 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green35.3%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta31.3%
Yellow0.0%
Key (black)48.6%
Color previews
#835a83 text on a black background
contrast 3.76:1
Card sample
#835a83 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #835a83;
Background color
Panel with #835a83 background
background-color: #835a83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #835a83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 90, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 90, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #835a83; background: linear-gradient(135deg, #835a83, #835A68);