#84738c
a balanced, muted violet · warm · closest name: gray
RGB
132, 115, 140
HSL
281°, 10%, 50%
CMYK
6, 18, 0, 45
Luminance
0.1906
Every format
| HEX | #84738c |
| RGB | rgb(132, 115, 140) |
| HSL | hsl(281, 10%, 50%) |
| CMYK | cmyk(6%, 18%, 0%, 45%) |
| LAB | lab(50.8 11.5 -11.2) |
| LCH | lch(50.8 16.1 315.8) |
| OKLCH | oklch(0.580 0.043 315.0) |
Copy-ready code
/* CSS */
color: #84738c;
background-color: #84738c;
/* Tailwind (arbitrary) */
class="text-[#84738c] bg-[#84738c]"
/* SCSS */
$brand: #84738c;
/* SwiftUI */
Color(red: 0.518, green: 0.451, blue: 0.549)
/* Android */
Color.parseColor("#84738c")Accessibility — WCAG contrast
Aa
#84738c on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#84738c on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green45.1%
Blue54.9%
CMYK percentages
Cyan5.7%
Magenta17.9%
Yellow0.0%
Key (black)45.1%
Color previews
#84738c text on a black background
contrast 4.81:1
Card sample
#84738c text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84738c;
Background color
Panel with #84738c background
background-color: #84738c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84738c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 115, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 115, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84738c; background: linear-gradient(135deg, #84738c, #8C7383);