Emerald
#4DCB73
GreenColor Codes
All color formats for development
HEX
#4DCB73RGB
rgb(77, 203, 115)HSL
hsl(138, 55%, 55%)OKLCH
oklch(0.751 0.168 150.2)CMYK
cmyk(62%, 0%, 43%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39C462
2#32AE58
3#2C984D
4#268242
5#206D37
6#19572C
7#134121
8#0D2B16
9#06160B
Tints
Lighter variations
1#5FD181
2#71D68F
3#82DB9D
4#94E0AB
5#A6E5B9
6#B8EAC7
7#CAF0D5
8#DBF5E3
9#EDFAF1
Tones
Muted variations
1#53C576
2#5ABF78
3#60B87B
4#66B27D
5#6DAC80
6#73A582
7#799F85
8#809987
9#86938A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B7 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D792 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB73 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE58 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A46 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6332 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F20 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F7E9;
--emerald-200: #CCF0D7;
--emerald-300: #A4E5B7;
--emerald-400: #75D792;
--emerald-500: #4DCB73;
--emerald-600: #32AE58;
--emerald-700: #288A46;
--emerald-800: #1D6332;
--emerald-900: #123F20;
--emerald-950: #0B2814;
}