#829292
a balanced, muted gray · cool · closest name: gray
RGB
130, 146, 146
HSL
180°, 7%, 54%
CMYK
11, 0, 0, 43
Luminance
0.2738
Every format
| HEX | #829292 |
| RGB | rgb(130, 146, 146) |
| HSL | hsl(180, 7%, 54%) |
| CMYK | cmyk(11%, 0%, 0%, 43%) |
| LAB | lab(59.3 -5.7 -1.9) |
| LCH | lch(59.3 6.0 198.8) |
| OKLCH | oklch(0.647 0.018 196.7) |
Copy-ready code
/* CSS */
color: #829292;
background-color: #829292;
/* Tailwind (arbitrary) */
class="text-[#829292] bg-[#829292]"
/* SCSS */
$brand: #829292;
/* SwiftUI */
Color(red: 0.510, green: 0.573, blue: 0.573)
/* Android */
Color.parseColor("#829292")Accessibility — WCAG contrast
Aa
#829292 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#829292 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green57.3%
Blue57.3%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow0.0%
Key (black)42.7%
Color previews
#829292 text on a black background
contrast 6.48:1
Card sample
#829292 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #829292;
Background color
Panel with #829292 background
background-color: #829292;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #829292;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 146, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 146, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #829292; background: linear-gradient(135deg, #829292, #828792);