Emerald
#3FD96D
GreenColor Codes
All color formats for development
HEX
#3FD96DRGB
rgb(63, 217, 109)HSL
hsl(138, 67%, 55%)OKLCH
oklch(0.782 0.196 149)CMYK
cmyk(71%, 0%, 50%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD35C
2#25BB52
3#20A448
4#1C8D3E
5#177533
6#135E29
7#0E461F
8#092F15
9#05170A
Tints
Lighter variations
1#53DD7C
2#66E18B
3#79E499
4#8CE8A8
5#9FECB6
6#B2F0C5
7#C6F4D3
8#D9F7E2
9#ECFBF0
Tones
Muted variations
1#47D171
2#4FCA74
3#56C277
4#5EBA7A
5#66B37D
6#6DAB80
7#75A383
8#7D9C86
9#859489
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB5 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE28E | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD96D | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB52 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9541 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF5;
--emerald-100: #E1F9E8;
--emerald-200: #C8F4D5;
--emerald-300: #9DECB5;
--emerald-400: #6AE28E;
--emerald-500: #3FD96D;
--emerald-600: #25BB52;
--emerald-700: #1D9541;
--emerald-800: #156A2F;
--emerald-900: #0D441E;
--emerald-950: #082B13;
}