Emerald
#3FD987
GreenColor Codes
All color formats for development
HEX
#3FD987RGB
rgb(63, 217, 135)HSL
hsl(148, 67%, 55%)OKLCH
oklch(0.786 0.173 155.1)CMYK
cmyk(71%, 0%, 38%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD379
2#25BB6B
3#20A45E
4#1C8D50
5#177543
6#135E36
7#0E4628
8#092F1B
9#05170D
Tints
Lighter variations
1#53DD93
2#66E19F
3#79E4AB
4#8CE8B7
5#9FECC3
6#B2F0CF
7#C6F4DB
8#D9F7E7
9#ECFBF3
Tones
Muted variations
1#47D188
2#4FCA88
3#56C289
4#5EBA89
5#66B38A
6#6DAB8A
7#75A38B
8#7D9C8B
9#85948C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC2 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2A2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD987 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9555 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4427 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF7;
--emerald-100: #E1F9EC;
--emerald-200: #C8F4DC;
--emerald-300: #9DECC2;
--emerald-400: #6AE2A2;
--emerald-500: #3FD987;
--emerald-600: #25BB6B;
--emerald-700: #1D9555;
--emerald-800: #156A3D;
--emerald-900: #0D4427;
--emerald-950: #082B18;
}