Emerald
#4BCE79
GreenColor Codes
All color formats for development
HEX
#4BCE79RGB
rgb(75, 206, 121)HSL
hsl(141, 57%, 55%)OKLCH
oklch(0.759 0.167 151.7)CMYK
cmyk(64%, 0%, 41%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36C669
2#30B05D
3#2A9A51
4#248446
5#1E6E3A
6#18582F
7#124223
8#0C2C17
9#06160C
Tints
Lighter variations
1#5DD386
2#6FD894
3#81DCA1
4#93E1AE
5#A5E6BC
6#B7EBC9
7#C9F0D7
8#DBF5E4
9#EDFAF2
Tones
Muted variations
1#51C77B
2#58C17D
3#5EBA7F
4#65B380
5#6CAD82
6#72A684
7#79A086
8#7F9988
9#86938A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6BA | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D996 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE79 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B05D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6435 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F7EA;
--emerald-200: #CBF1D8;
--emerald-300: #A3E6BA;
--emerald-400: #73D996;
--emerald-500: #4BCE79;
--emerald-600: #30B05D;
--emerald-700: #268C4A;
--emerald-800: #1B6435;
--emerald-900: #124022;
--emerald-950: #0B2815;
}