Emerald
#3FD97F
GreenColor Codes
All color formats for development
HEX
#3FD97FRGB
rgb(63, 217, 127)HSL
hsl(145, 67%, 55%)OKLCH
oklch(0.785 0.18 153)CMYK
cmyk(71%, 0%, 41%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD370
2#25BB64
3#20A457
4#1C8D4B
5#17753E
6#135E32
7#0E4625
8#092F19
9#05170C
Tints
Lighter variations
1#53DD8C
2#66E199
3#79E4A6
4#8CE8B2
5#9FECBF
6#B2F0CC
7#C6F4D9
8#D9F7E5
9#ECFBF2
Tones
Muted variations
1#47D181
2#4FCA82
3#56C283
4#5EBA85
5#66B386
6#6DAB87
7#75A388
8#7D9C8A
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 #C8F4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBE | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE29C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97F | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4424 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E1F9EB;
--emerald-200: #C8F4DA;
--emerald-300: #9DECBE;
--emerald-400: #6AE29C;
--emerald-500: #3FD97F;
--emerald-600: #25BB64;
--emerald-700: #1D954F;
--emerald-800: #156A39;
--emerald-900: #0D4424;
--emerald-950: #082B17;
}