Emerald
#4DCB82
GreenColor Codes
All color formats for development
HEX
#4DCB82RGB
rgb(77, 203, 130)HSL
hsl(145, 55%, 55%)OKLCH
oklch(0.754 0.154 154.5)CMYK
cmyk(62%, 0%, 36%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39C473
2#32AE66
3#2C9859
4#26824C
5#206D40
6#195733
7#134126
8#0D2B19
9#06160D
Tints
Lighter variations
1#5FD18E
2#71D69B
3#82DBA7
4#94E0B4
5#A6E5C0
6#B8EACD
7#CAF0D9
8#DBF5E6
9#EDFAF2
Tones
Muted variations
1#53C583
2#5ABF84
3#60B885
4#66B286
5#6DAC87
6#73A588
7#799F89
8#80998A
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 #A4E5BF | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D79E | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB82 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D633A | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F25 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | 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: #A4E5BF;
--emerald-400: #75D79E;
--emerald-500: #4DCB82;
--emerald-600: #32AE66;
--emerald-700: #288A51;
--emerald-800: #1D633A;
--emerald-900: #123F25;
--emerald-950: #0B2817;
}