#828895
a balanced, muted blue · cool · closest name: gray
RGB
130, 136, 149
HSL
221°, 8%, 55%
CMYK
13, 9, 0, 42
Luminance
0.2452
Every format
| HEX | #828895 |
| RGB | rgb(130, 136, 149) |
| HSL | hsl(221, 8%, 55%) |
| CMYK | cmyk(13%, 9%, 0%, 42%) |
| LAB | lab(56.6 0.6 -7.7) |
| LCH | lch(56.6 7.7 274.2) |
| OKLCH | oklch(0.626 0.021 265.9) |
Copy-ready code
/* CSS */
color: #828895;
background-color: #828895;
/* Tailwind (arbitrary) */
class="text-[#828895] bg-[#828895]"
/* SCSS */
$brand: #828895;
/* SwiftUI */
Color(red: 0.510, green: 0.533, blue: 0.584)
/* Android */
Color.parseColor("#828895")Accessibility — WCAG contrast
Aa
#828895 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#828895 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green53.3%
Blue58.4%
CMYK percentages
Cyan12.8%
Magenta8.7%
Yellow0.0%
Key (black)41.6%
Color previews
#828895 text on a black background
contrast 5.90:1
Card sample
#828895 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #828895;
Background color
Panel with #828895 background
background-color: #828895;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #828895;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 136, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 136, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #828895; background: linear-gradient(135deg, #828895, #898295);