#80935c
a balanced, soft green · cool · closest name: seagreen
RGB
128, 147, 92
HSL
81°, 23%, 47%
CMYK
13, 0, 37, 42
Luminance
0.2623
Every format
| HEX | #80935c |
| RGB | rgb(128, 147, 92) |
| HSL | hsl(81, 23%, 47%) |
| CMYK | cmyk(13%, 0%, 37%, 42%) |
| LAB | lab(58.3 -16.5 26.9) |
| LCH | lch(58.3 31.6 121.5) |
| OKLCH | oklch(0.634 0.080 124.2) |
Copy-ready code
/* CSS */
color: #80935c;
background-color: #80935c;
/* Tailwind (arbitrary) */
class="text-[#80935c] bg-[#80935c]"
/* SCSS */
$brand: #80935c;
/* SwiftUI */
Color(red: 0.502, green: 0.576, blue: 0.361)
/* Android */
Color.parseColor("#80935c")Accessibility — WCAG contrast
Aa
#80935c on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#80935c on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green57.6%
Blue36.1%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow37.4%
Key (black)42.4%
Color previews
#80935c text on a black background
contrast 6.25:1
Card sample
#80935c text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80935c;
Background color
Panel with #80935c background
background-color: #80935c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80935c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 147, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 147, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80935c; background: linear-gradient(135deg, #80935c, #5C935D);