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