#827377
a balanced, muted gray · warm · closest name: gray
RGB
130, 115, 119
HSL
344°, 6%, 48%
CMYK
0, 12, 9, 49
Luminance
0.1834
Every format
| HEX | #827377 |
| RGB | rgb(130, 115, 119) |
| HSL | hsl(344, 6%, 48%) |
| CMYK | cmyk(0%, 12%, 9%, 49%) |
| LAB | lab(49.9 6.6 -0.1) |
| LCH | lch(49.9 6.6 359.4) |
| OKLCH | oklch(0.571 0.019 359.7) |
Copy-ready code
/* CSS */
color: #827377;
background-color: #827377;
/* Tailwind (arbitrary) */
class="text-[#827377] bg-[#827377]"
/* SCSS */
$brand: #827377;
/* SwiftUI */
Color(red: 0.510, green: 0.451, blue: 0.467)
/* Android */
Color.parseColor("#827377")Accessibility — WCAG contrast
Aa
#827377 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#827377 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green45.1%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow8.5%
Key (black)49.0%
Color previews
#827377 text on a black background
contrast 4.67:1
Card sample
#827377 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #827377;
Background color
Panel with #827377 background
background-color: #827377;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #827377;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 115, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 115, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #827377; background: linear-gradient(135deg, #827377, #827973);