#80925c
a balanced, soft green · cool · closest name: seagreen
RGB
128, 146, 92
HSL
80°, 23%, 47%
CMYK
12, 0, 37, 43
Luminance
0.2592
Every format
| HEX | #80925c |
| RGB | rgb(128, 146, 92) |
| HSL | hsl(80, 23%, 47%) |
| CMYK | cmyk(12%, 0%, 37%, 43%) |
| LAB | lab(58.0 -16.0 26.5) |
| LCH | lch(58.0 31.0 121.1) |
| OKLCH | oklch(0.632 0.079 123.6) |
Copy-ready code
/* CSS */
color: #80925c;
background-color: #80925c;
/* Tailwind (arbitrary) */
class="text-[#80925c] bg-[#80925c]"
/* SCSS */
$brand: #80925c;
/* SwiftUI */
Color(red: 0.502, green: 0.573, blue: 0.361)
/* Android */
Color.parseColor("#80925c")Accessibility — WCAG contrast
Aa
#80925c on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#80925c on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green57.3%
Blue36.1%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow37.0%
Key (black)42.7%
Color previews
#80925c text on a black background
contrast 6.18:1
Card sample
#80925c text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80925c;
Background color
Panel with #80925c background
background-color: #80925c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80925c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 146, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 146, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80925c; background: linear-gradient(135deg, #80925c, #5C925C);