#82829c
a balanced, muted blue · warm · closest name: gray
RGB
130, 130, 156
HSL
240°, 12%, 56%
CMYK
17, 17, 0, 39
Luminance
0.2311
Every format
| HEX | #82829c |
| RGB | rgb(130, 130, 156) |
| HSL | hsl(240, 12%, 56%) |
| CMYK | cmyk(17%, 17%, 0%, 39%) |
| LAB | lab(55.2 5.6 -13.9) |
| LCH | lch(55.2 14.9 292.0) |
| OKLCH | oklch(0.616 0.039 285.2) |
Copy-ready code
/* CSS */
color: #82829c;
background-color: #82829c;
/* Tailwind (arbitrary) */
class="text-[#82829c] bg-[#82829c]"
/* SCSS */
$brand: #82829c;
/* SwiftUI */
Color(red: 0.510, green: 0.510, blue: 0.612)
/* Android */
Color.parseColor("#82829c")Accessibility — WCAG contrast
Aa
#82829c on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#82829c on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green51.0%
Blue61.2%
CMYK percentages
Cyan16.7%
Magenta16.7%
Yellow0.0%
Key (black)38.8%
Color previews
#82829c text on a black background
contrast 5.62:1
Card sample
#82829c text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82829c;
Background color
Panel with #82829c background
background-color: #82829c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82829c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 130, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 130, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82829c; background: linear-gradient(135deg, #82829c, #93829C);