#82737f
a balanced, muted gray · warm · closest name: gray
RGB
130, 115, 127
HSL
312°, 6%, 48%
CMYK
0, 12, 2, 49
Luminance
0.1854
Every format
| HEX | #82737f |
| RGB | rgb(130, 115, 127) |
| HSL | hsl(312, 6%, 48%) |
| CMYK | cmyk(0%, 12%, 2%, 49%) |
| LAB | lab(50.1 8.1 -4.5) |
| LCH | lch(50.1 9.2 331.2) |
| OKLCH | oklch(0.573 0.026 332.7) |
Copy-ready code
/* CSS */
color: #82737f;
background-color: #82737f;
/* Tailwind (arbitrary) */
class="text-[#82737f] bg-[#82737f]"
/* SCSS */
$brand: #82737f;
/* SwiftUI */
Color(red: 0.510, green: 0.451, blue: 0.498)
/* Android */
Color.parseColor("#82737f")Accessibility — WCAG contrast
Aa
#82737f on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#82737f on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green45.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow2.3%
Key (black)49.0%
Color previews
#82737f text on a black background
contrast 4.71:1
Card sample
#82737f text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82737f;
Background color
Panel with #82737f background
background-color: #82737f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82737f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 115, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 115, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82737f; background: linear-gradient(135deg, #82737f, #827375);