#798651
a dark, soft green · cool · closest name: seagreen
RGB
121, 134, 81
HSL
75°, 25%, 42%
CMYK
10, 0, 40, 48
Luminance
0.2171
Every format
| HEX | #798651 |
| RGB | rgb(121, 134, 81) |
| HSL | hsl(75, 25%, 42%) |
| CMYK | cmyk(10%, 0%, 40%, 48%) |
| LAB | lab(53.7 -13.9 27.0) |
| LCH | lch(53.7 30.4 117.3) |
| OKLCH | oklch(0.596 0.076 120.0) |
Copy-ready code
/* CSS */
color: #798651;
background-color: #798651;
/* Tailwind (arbitrary) */
class="text-[#798651] bg-[#798651]"
/* SCSS */
$brand: #798651;
/* SwiftUI */
Color(red: 0.475, green: 0.525, blue: 0.318)
/* Android */
Color.parseColor("#798651")Accessibility — WCAG contrast
Aa
#798651 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#798651 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green52.5%
Blue31.8%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow39.6%
Key (black)47.5%
Color previews
#798651 text on a black background
contrast 5.34:1
Card sample
#798651 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #798651;
Background color
Panel with #798651 background
background-color: #798651;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #798651;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 134, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 134, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #798651; background: linear-gradient(135deg, #798651, #568651);