#83668f
a balanced, soft violet · warm · closest name: gray
RGB
131, 102, 143
HSL
282°, 17%, 48%
CMYK
8, 29, 0, 44
Luminance
0.1631
Every format
| HEX | #83668f |
| RGB | rgb(131, 102, 143) |
| HSL | hsl(282, 17%, 48%) |
| CMYK | cmyk(8%, 29%, 0%, 44%) |
| LAB | lab(47.4 19.5 -18.1) |
| LCH | lch(47.4 26.6 317.1) |
| OKLCH | oklch(0.554 0.071 315.8) |
Copy-ready code
/* CSS */
color: #83668f;
background-color: #83668f;
/* Tailwind (arbitrary) */
class="text-[#83668f] bg-[#83668f]"
/* SCSS */
$brand: #83668f;
/* SwiftUI */
Color(red: 0.514, green: 0.400, blue: 0.561)
/* Android */
Color.parseColor("#83668f")Accessibility — WCAG contrast
Aa
#83668f on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#83668f on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green40.0%
Blue56.1%
CMYK percentages
Cyan8.4%
Magenta28.7%
Yellow0.0%
Key (black)43.9%
Color previews
#83668f text on a black background
contrast 4.26:1
Card sample
#83668f text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83668f;
Background color
Panel with #83668f background
background-color: #83668f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83668f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 102, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 102, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83668f; background: linear-gradient(135deg, #83668f, #8F6680);