Emerald
#4BCE7D
GreenColor Codes
All color formats for development
HEX
#4BCE7DRGB
rgb(75, 206, 125)HSL
hsl(143, 57%, 55%)OKLCH
oklch(0.76 0.163 152.8)CMYK
cmyk(64%, 0%, 39%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36C66D
2#30B061
3#2A9A55
4#248449
5#1E6E3D
6#185831
7#124224
8#0C2C18
9#06160C
Tints
Lighter variations
1#5DD38A
2#6FD897
3#81DCA4
4#93E1B1
5#A5E6BE
6#B7EBCB
7#C9F0D8
8#DBF5E5
9#EDFAF2
Tones
Muted variations
1#51C77F
2#58C180
3#5EBA82
4#65B383
5#6CAD85
6#72A686
7#79A088
8#7F9989
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 | CBF1 #CBF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6BD | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D99A | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B061 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6437 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124023 | 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: #CBF1D9;
--emerald-300: #A3E6BD;
--emerald-400: #73D99A;
--emerald-500: #4BCE7D;
--emerald-600: #30B061;
--emerald-700: #268C4D;
--emerald-800: #1B6437;
--emerald-900: #124023;
--emerald-950: #0B2816;
}