#80c55d
a balanced, vivid green · cool · closest name: olivedrab
RGB
128, 197, 93
HSL
100°, 47%, 57%
CMYK
35, 0, 53, 23
Luminance
0.4531
Every format
| HEX | #80c55d |
| RGB | rgb(128, 197, 93) |
| HSL | hsl(100, 47%, 57%) |
| CMYK | cmyk(35%, 0%, 53%, 23%) |
| LAB | lab(73.1 -40.4 44.9) |
| LCH | lch(73.1 60.5 132.0) |
| OKLCH | oklch(0.754 0.155 136.2) |
Copy-ready code
/* CSS */
color: #80c55d;
background-color: #80c55d;
/* Tailwind (arbitrary) */
class="text-[#80c55d] bg-[#80c55d]"
/* SCSS */
$brand: #80c55d;
/* SwiftUI */
Color(red: 0.502, green: 0.773, blue: 0.365)
/* Android */
Color.parseColor("#80c55d")Accessibility — WCAG contrast
Aa
#80c55d on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80c55d on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green77.3%
Blue36.5%
CMYK percentages
Cyan35.0%
Magenta0.0%
Yellow52.8%
Key (black)22.7%
Color previews
#80c55d text on a black background
contrast 10.06:1
Card sample
#80c55d text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80c55d;
Background color
Panel with #80c55d background
background-color: #80c55d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80c55d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 197, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 197, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80c55d; background: linear-gradient(135deg, #80c55d, #5DC57F);