Emerald
#4DCB84
GreenColor Codes
All color formats for development
HEX
#4DCB84RGB
rgb(77, 203, 132)HSL
hsl(146, 55%, 55%)OKLCH
oklch(0.754 0.152 155.2)CMYK
cmyk(62%, 0%, 35%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39C475
2#32AE68
3#2C985B
4#26824E
5#206D41
6#195734
7#134127
8#0D2B1A
9#06160D
Tints
Lighter variations
1#5FD190
2#71D69C
3#82DBA9
4#94E0B5
5#A6E5C1
6#B8EACE
7#CAF0DA
8#DBF5E6
9#EDFAF3
Tones
Muted variations
1#53C585
2#5ABF86
3#60B886
4#66B287
5#6DAC88
6#73A589
7#799F8A
8#80998B
9#86938B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C0 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D79F | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB84 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D633B | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F26 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E3F7EC;
--emerald-200: #CCF0DB;
--emerald-300: #A4E5C0;
--emerald-400: #75D79F;
--emerald-500: #4DCB84;
--emerald-600: #32AE68;
--emerald-700: #288A53;
--emerald-800: #1D633B;
--emerald-900: #123F26;
--emerald-950: #0B2818;
}