#818193
a balanced, muted gray · warm · closest name: gray
RGB
129, 129, 147
HSL
240°, 8%, 54%
CMYK
12, 12, 0, 42
Luminance
0.2247
Every format
| HEX | #818193 |
| RGB | rgb(129, 129, 147) |
| HSL | hsl(240, 8%, 54%) |
| CMYK | cmyk(12%, 12%, 0%, 42%) |
| LAB | lab(54.5 3.8 -9.7) |
| LCH | lch(54.5 10.4 291.4) |
| OKLCH | oklch(0.609 0.027 285.6) |
Copy-ready code
/* CSS */
color: #818193;
background-color: #818193;
/* Tailwind (arbitrary) */
class="text-[#818193] bg-[#818193]"
/* SCSS */
$brand: #818193;
/* SwiftUI */
Color(red: 0.506, green: 0.506, blue: 0.576)
/* Android */
Color.parseColor("#818193")Accessibility — WCAG contrast
Aa
#818193 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#818193 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green50.6%
Blue57.6%
CMYK percentages
Cyan12.2%
Magenta12.2%
Yellow0.0%
Key (black)42.4%
Color previews
#818193 text on a black background
contrast 5.49:1
Card sample
#818193 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #818193;
Background color
Panel with #818193 background
background-color: #818193;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #818193;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 129, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 129, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #818193; background: linear-gradient(135deg, #818193, #8D8193);