Emerald
#3FD997
GreenColor Codes
All color formats for development
HEX
#3FD997RGB
rgb(63, 217, 151)HSL
hsl(154, 67%, 55%)OKLCH
oklch(0.79 0.159 160.2)CMYK
cmyk(71%, 0%, 30%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD38A
2#25BB7A
3#20A46B
4#1C8D5C
5#17754C
6#135E3D
7#0E462E
8#092F1F
9#05170F
Tints
Lighter variations
1#53DDA1
2#66E1AB
3#79E4B6
4#8CE8C0
5#9FECCB
6#B2F0D5
7#C6F4E0
8#D9F7EA
9#ECFBF5
Tones
Muted variations
1#47D195
2#4FCA94
3#56C293
4#5EBA92
5#66B391
6#6DAB90
7#75A38F
8#7D9C8E
9#85948D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECCA | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2AE | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD997 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9561 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D442C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF8;
--emerald-100: #E1F9EF;
--emerald-200: #C8F4E1;
--emerald-300: #9DECCA;
--emerald-400: #6AE2AE;
--emerald-500: #3FD997;
--emerald-600: #25BB7A;
--emerald-700: #1D9561;
--emerald-800: #156A45;
--emerald-900: #0D442C;
--emerald-950: #082B1C;
}