Emerald
#3FD961
GreenColor Codes
All color formats for development
HEX
#3FD961RGB
rgb(63, 217, 97)HSL
hsl(133, 67%, 55%)OKLCH
oklch(0.78 0.206 146.9)CMYK
cmyk(71%, 0%, 55%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD34E
2#25BB46
3#20A43D
4#1C8D34
5#17752C
6#135E23
7#0E461A
8#092F11
9#051709
Tints
Lighter variations
1#53DD71
2#66E180
3#79E490
4#8CE8A0
5#9FECB0
6#B2F0C0
7#C6F4D0
8#D9F7DF
9#ECFBEF
Tones
Muted variations
1#47D165
2#4FCA69
3#56C26E
4#5EBA72
5#66B376
6#6DAB7B
7#75A37F
8#7D9C84
9#859488
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECAE | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE284 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD961 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB46 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9537 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4419 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF4;
--emerald-100: #E1F9E6;
--emerald-200: #C8F4D1;
--emerald-300: #9DECAE;
--emerald-400: #6AE284;
--emerald-500: #3FD961;
--emerald-600: #25BB46;
--emerald-700: #1D9537;
--emerald-800: #156A28;
--emerald-900: #0D4419;
--emerald-950: #082B10;
}