#82829f
a balanced, muted blue · warm · closest name: gray
RGB
130, 130, 159
HSL
240°, 13%, 57%
CMYK
18, 18, 0, 38
Luminance
0.2321
Every format
| HEX | #82829f |
| RGB | rgb(130, 130, 159) |
| HSL | hsl(240, 13%, 57%) |
| CMYK | cmyk(18%, 18%, 0%, 38%) |
| LAB | lab(55.3 6.3 -15.4) |
| LCH | lch(55.3 16.7 292.1) |
| OKLCH | oklch(0.617 0.043 285.1) |
Copy-ready code
/* CSS */
color: #82829f;
background-color: #82829f;
/* Tailwind (arbitrary) */
class="text-[#82829f] bg-[#82829f]"
/* SCSS */
$brand: #82829f;
/* SwiftUI */
Color(red: 0.510, green: 0.510, blue: 0.624)
/* Android */
Color.parseColor("#82829f")Accessibility — WCAG contrast
Aa
#82829f on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#82829f on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green51.0%
Blue62.4%
CMYK percentages
Cyan18.2%
Magenta18.2%
Yellow0.0%
Key (black)37.6%
Color previews
#82829f text on a black background
contrast 5.64:1
Card sample
#82829f text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82829f;
Background color
Panel with #82829f background
background-color: #82829f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82829f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 130, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 130, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82829f; background: linear-gradient(135deg, #82829f, #95829F);