#80935f
a balanced, soft green · cool · closest name: seagreen
RGB
128, 147, 95
HSL
82°, 22%, 48%
CMYK
13, 0, 35, 42
Luminance
0.2628
Every format
| HEX | #80935f |
| RGB | rgb(128, 147, 95) |
| HSL | hsl(82, 22%, 48%) |
| CMYK | cmyk(13%, 0%, 35%, 42%) |
| LAB | lab(58.3 -16.1 25.4) |
| LCH | lch(58.3 30.0 122.4) |
| OKLCH | oklch(0.635 0.077 124.9) |
Copy-ready code
/* CSS */
color: #80935f;
background-color: #80935f;
/* Tailwind (arbitrary) */
class="text-[#80935f] bg-[#80935f]"
/* SCSS */
$brand: #80935f;
/* SwiftUI */
Color(red: 0.502, green: 0.576, blue: 0.373)
/* Android */
Color.parseColor("#80935f")Accessibility — WCAG contrast
Aa
#80935f on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#80935f on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green57.6%
Blue37.3%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow35.4%
Key (black)42.4%
Color previews
#80935f text on a black background
contrast 6.26:1
Card sample
#80935f text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80935f;
Background color
Panel with #80935f background
background-color: #80935f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80935f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 147, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 147, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80935f; background: linear-gradient(135deg, #80935f, #5F9361);