Emerald
#3FD97D
GreenColor Codes
All color formats for development
HEX
#3FD97DRGB
rgb(63, 217, 125)HSL
hsl(144, 67%, 55%)OKLCH
oklch(0.785 0.182 152.5)CMYK
cmyk(71%, 0%, 42%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD36D
2#25BB61
3#20A455
4#1C8D49
5#17753D
6#135E31
7#0E4624
8#092F18
9#05170C
Tints
Lighter variations
1#53DD8A
2#66E197
3#79E4A4
4#8CE8B1
5#9FECBE
6#B2F0CB
7#C6F4D8
8#D9F7E5
9#ECFBF2
Tones
Muted variations
1#47D17E
2#4FCA80
3#56C281
4#5EBA83
5#66B385
6#6DAB86
7#75A388
8#7D9C89
9#85948B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBC | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE29A | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97D | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4423 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E1F9EB;
--emerald-200: #C8F4D9;
--emerald-300: #9DECBC;
--emerald-400: #6AE29A;
--emerald-500: #3FD97D;
--emerald-600: #25BB61;
--emerald-700: #1D954D;
--emerald-800: #156A37;
--emerald-900: #0D4423;
--emerald-950: #082B16;
}