Emerald
#4CCD79
GreenColor Codes
All color formats for development
HEX
#4CCD79RGB
rgb(76, 205, 121)HSL
hsl(141, 56%, 55%)OKLCH
oklch(0.757 0.165 151.7)CMYK
cmyk(63%, 0%, 41%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38C569
2#31AF5D
3#2B9952
4#258346
5#1F6D3A
6#19582F
7#134223
8#0C2C17
9#06160C
Tints
Lighter variations
1#5ED286
2#70D794
3#82DCA1
4#94E1AF
5#A5E6BC
6#B7EBC9
7#C9F0D7
8#DBF5E4
9#EDFAF2
Tones
Muted variations
1#52C67B
2#59C07D
3#5FB97F
4#66B381
5#6CAC83
6#73A685
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 | CBF0 #CBF0D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BA | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D897 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD79 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF5D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6335 | 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: #CBF0D8;
--emerald-300: #A4E5BA;
--emerald-400: #74D897;
--emerald-500: #4CCD79;
--emerald-600: #31AF5D;
--emerald-700: #278B4A;
--emerald-800: #1C6335;
--emerald-900: #124022;
--emerald-950: #0B2815;
}