#798c8c
a balanced, muted gray · cool · closest name: gray
RGB
121, 140, 140
HSL
180°, 8%, 51%
CMYK
14, 0, 0, 45
Luminance
0.2471
Every format
| HEX | #798c8c |
| RGB | rgb(121, 140, 140) |
| HSL | hsl(180, 8%, 51%) |
| CMYK | cmyk(14%, 0%, 0%, 45%) |
| LAB | lab(56.8 -6.8 -2.3) |
| LCH | lch(56.8 7.2 198.7) |
| OKLCH | oklch(0.625 0.022 196.6) |
Copy-ready code
/* CSS */
color: #798c8c;
background-color: #798c8c;
/* Tailwind (arbitrary) */
class="text-[#798c8c] bg-[#798c8c]"
/* SCSS */
$brand: #798c8c;
/* SwiftUI */
Color(red: 0.475, green: 0.549, blue: 0.549)
/* Android */
Color.parseColor("#798c8c")Accessibility — WCAG contrast
Aa
#798c8c on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#798c8c on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green54.9%
Blue54.9%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow0.0%
Key (black)45.1%
Color previews
#798c8c text on a black background
contrast 5.94:1
Card sample
#798c8c text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #798c8c;
Background color
Panel with #798c8c background
background-color: #798c8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #798c8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 140, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 140, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #798c8c; background: linear-gradient(135deg, #798c8c, #797F8C);