Emerald
#4BCE81
GreenColor Codes
All color formats for development
HEX
#4BCE81RGB
rgb(75, 206, 129)HSL
hsl(145, 57%, 55%)OKLCH
oklch(0.761 0.16 154)CMYK
cmyk(64%, 0%, 37%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36C672
2#30B066
3#2A9A59
4#24844C
5#1E6E3F
6#185833
7#124226
8#0C2C19
9#06160D
Tints
Lighter variations
1#5DD38E
2#6FD89A
3#81DCA7
4#93E1B4
5#A5E6C0
6#B7EBCD
7#C9F0D9
8#DBF5E6
9#EDFAF2
Tones
Muted variations
1#51C782
2#58C184
3#5EBA85
4#65B386
5#6CAD87
6#72A688
7#79A089
8#7F998A
9#86938B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6BF | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D99D | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE81 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B066 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B643A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124025 | 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: #E3F7EB;
--emerald-200: #CBF1DB;
--emerald-300: #A3E6BF;
--emerald-400: #73D99D;
--emerald-500: #4BCE81;
--emerald-600: #30B066;
--emerald-700: #268C51;
--emerald-800: #1B643A;
--emerald-900: #124025;
--emerald-950: #0B2817;
}