Emerald
#3FD970
GreenColor Codes
All color formats for development
HEX
#3FD970RGB
rgb(63, 217, 112)HSL
hsl(139, 67%, 55%)OKLCH
oklch(0.782 0.194 149.6)CMYK
cmyk(71%, 0%, 48%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD35F
2#25BB55
3#20A44A
4#1C8D3F
5#177535
6#135E2A
7#0E4620
8#092F15
9#05170B
Tints
Lighter variations
1#53DD7E
2#66E18D
3#79E49B
4#8CE8A9
5#9FECB8
6#B2F0C6
7#C6F4D4
8#D9F7E2
9#ECFBF1
Tones
Muted variations
1#47D173
2#4FCA76
3#56C279
4#5EBA7B
5#66B37E
6#6DAB81
7#75A384
8#7D9C87
9#859489
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB6 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE290 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD970 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB55 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9543 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441F | 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: #E1F9E9;
--emerald-200: #C8F4D6;
--emerald-300: #9DECB6;
--emerald-400: #6AE290;
--emerald-500: #3FD970;
--emerald-600: #25BB55;
--emerald-700: #1D9543;
--emerald-800: #156A30;
--emerald-900: #0D441F;
--emerald-950: #082B13;
}