Emerald
#3FD942
GreenColor Codes
All color formats for development
HEX
#3FD942RGB
rgb(63, 217, 66)HSL
hsl(121, 67%, 55%)OKLCH
oklch(0.777 0.229 143.2)CMYK
cmyk(71%, 0%, 70%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD32C
2#25BB28
3#20A423
4#1C8D1E
5#177519
6#135E14
7#0E460F
8#092F0A
9#051705
Tints
Lighter variations
1#53DD55
2#66E168
3#79E47B
4#8CE88E
5#9FECA0
6#B2F0B3
7#C6F4C6
8#D9F7D9
9#ECFBEC
Tones
Muted variations
1#47D149
2#4FCA51
3#56C258
4#5EBA60
5#66B367
6#6DAB6F
7#75A376
8#7D9C7D
9#859485
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DEC9E | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE26C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD942 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB28 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D951F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A16 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D440E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF2;
--emerald-100: #E1F9E2;
--emerald-200: #C8F4C8;
--emerald-300: #9DEC9E;
--emerald-400: #6AE26C;
--emerald-500: #3FD942;
--emerald-600: #25BB28;
--emerald-700: #1D951F;
--emerald-800: #156A16;
--emerald-900: #0D440E;
--emerald-950: #082B09;
}