#80c092
a balanced, soft green · cool · closest name: seagreen
RGB
128, 192, 146
HSL
137°, 34%, 63%
CMYK
33, 0, 24, 25
Luminance
0.4436
Every format
| HEX | #80c092 |
| RGB | rgb(128, 192, 146) |
| HSL | hsl(137, 34%, 63%) |
| CMYK | cmyk(33%, 0%, 24%, 25%) |
| LAB | lab(72.5 -30.1 16.8) |
| LCH | lch(72.5 34.5 150.8) |
| OKLCH | oklch(0.752 0.093 152.6) |
Copy-ready code
/* CSS */
color: #80c092;
background-color: #80c092;
/* Tailwind (arbitrary) */
class="text-[#80c092] bg-[#80c092]"
/* SCSS */
$brand: #80c092;
/* SwiftUI */
Color(red: 0.502, green: 0.753, blue: 0.573)
/* Android */
Color.parseColor("#80c092")Accessibility — WCAG contrast
Aa
#80c092 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80c092 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green75.3%
Blue57.3%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow24.0%
Key (black)24.7%
Color previews
#80c092 text on a black background
contrast 9.87:1
Card sample
#80c092 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80c092;
Background color
Panel with #80c092 background
background-color: #80c092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80c092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 192, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 192, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80c092; background: linear-gradient(135deg, #80c092, #80C0BD);