Emerald
#4DCB7E
GreenColor Codes
All color formats for development
HEX
#4DCB7ERGB
rgb(77, 203, 126)HSL
hsl(143, 55%, 55%)OKLCH
oklch(0.753 0.158 153.3)CMYK
cmyk(62%, 0%, 38%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39C46E
2#32AE62
3#2C9856
4#268249
5#206D3D
6#195731
7#134125
8#0D2B18
9#06160C
Tints
Lighter variations
1#5FD18A
2#71D697
3#82DBA4
4#94E0B1
5#A6E5BE
6#B8EACB
7#CAF0D8
8#DBF5E5
9#EDFAF2
Tones
Muted variations
1#53C57F
2#5ABF80
3#60B882
4#66B283
5#6DAC85
6#73A586
7#799F88
8#809989
9#86938B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BD | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D79A | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB7E | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE62 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6338 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F24 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F7EB;
--emerald-200: #CCF0DA;
--emerald-300: #A4E5BD;
--emerald-400: #75D79A;
--emerald-500: #4DCB7E;
--emerald-600: #32AE62;
--emerald-700: #288A4E;
--emerald-800: #1D6338;
--emerald-900: #123F24;
--emerald-950: #0B2816;
}