Emerald
#3FD96B
GreenColor Codes
All color formats for development
HEX
#3FD96BRGB
rgb(63, 217, 107)HSL
hsl(137, 67%, 55%)OKLCH
oklch(0.782 0.198 148.6)CMYK
cmyk(71%, 0%, 51%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD35A
2#25BB50
3#20A446
4#1C8D3C
5#177532
6#135E28
7#0E461E
8#092F14
9#05170A
Tints
Lighter variations
1#53DD7A
2#66E189
3#79E497
4#8CE8A6
5#9FECB5
6#B2F0C4
7#C6F4D3
8#D9F7E1
9#ECFBF0
Tones
Muted variations
1#47D16E
2#4FCA72
3#56C275
4#5EBA78
5#66B37C
6#6DAB7F
7#75A382
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 #C8F4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB3 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE28C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD96B | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB50 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D953F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF5;
--emerald-100: #E1F9E8;
--emerald-200: #C8F4D4;
--emerald-300: #9DECB3;
--emerald-400: #6AE28C;
--emerald-500: #3FD96B;
--emerald-600: #25BB50;
--emerald-700: #1D953F;
--emerald-800: #156A2D;
--emerald-900: #0D441D;
--emerald-950: #082B12;
}