#798564
a balanced, muted green · cool · closest name: gray
RGB
121, 133, 100
HSL
82°, 14%, 46%
CMYK
9, 0, 25, 48
Luminance
0.2176
Every format
| HEX | #798564 |
| RGB | rgb(121, 133, 100) |
| HSL | hsl(82, 14%, 46%) |
| CMYK | cmyk(9%, 0%, 25%, 48%) |
| LAB | lab(53.8 -10.6 16.4) |
| LCH | lch(53.8 19.5 122.9) |
| OKLCH | oklch(0.598 0.050 124.1) |
Copy-ready code
/* CSS */
color: #798564;
background-color: #798564;
/* Tailwind (arbitrary) */
class="text-[#798564] bg-[#798564]"
/* SCSS */
$brand: #798564;
/* SwiftUI */
Color(red: 0.475, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#798564")Accessibility — WCAG contrast
Aa
#798564 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#798564 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green52.2%
Blue39.2%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow24.8%
Key (black)47.8%
Color previews
#798564 text on a black background
contrast 5.35:1
Card sample
#798564 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #798564;
Background color
Panel with #798564 background
background-color: #798564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #798564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #798564; background: linear-gradient(135deg, #798564, #648565);