#809c76
a balanced, soft green · cool · closest name: seagreen
RGB
128, 156, 118
HSL
104°, 16%, 54%
CMYK
18, 0, 24, 39
Luminance
0.2967
Every format
| HEX | #809c76 |
| RGB | rgb(128, 156, 118) |
| HSL | hsl(104, 16%, 54%) |
| CMYK | cmyk(18%, 0%, 24%, 39%) |
| LAB | lab(61.4 -17.2 16.8) |
| LCH | lch(61.4 24.0 135.8) |
| OKLCH | oklch(0.661 0.063 137.6) |
Copy-ready code
/* CSS */
color: #809c76;
background-color: #809c76;
/* Tailwind (arbitrary) */
class="text-[#809c76] bg-[#809c76]"
/* SCSS */
$brand: #809c76;
/* SwiftUI */
Color(red: 0.502, green: 0.612, blue: 0.463)
/* Android */
Color.parseColor("#809c76")Accessibility — WCAG contrast
Aa
#809c76 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#809c76 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green61.2%
Blue46.3%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow24.4%
Key (black)38.8%
Color previews
#809c76 text on a black background
contrast 6.93:1
Card sample
#809c76 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809c76;
Background color
Panel with #809c76 background
background-color: #809c76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809c76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 156, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 156, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809c76; background: linear-gradient(135deg, #809c76, #769C85);