Emerald
#3BDE7C
GreenColor Codes
All color formats for development
HEX
#3BDE7CRGB
rgb(59, 222, 124)HSL
hsl(144, 71%, 55%)OKLCH
oklch(0.796 0.191 151.9)CMYK
cmyk(73%, 0%, 44%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D86C
2#21C060
3#1CA854
4#189048
5#14783C
6#106030
7#0C4824
8#083018
9#04180C
Tints
Lighter variations
1#4EE189
2#62E496
3#76E8A3
4#89EBB0
5#9DEEBD
6#B1F2CB
7#C4F5D8
8#D8F8E5
9#EBFCF2
Tones
Muted variations
1#43D67E
2#4BCD7F
3#53C581
4#5BBD82
5#64B584
6#6CAD86
7#74A587
8#7C9D89
9#84948B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEBC | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E599 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE7C | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C060 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A994D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4623 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FAEB;
--emerald-200: #C6F5D9;
--emerald-300: #9BEEBC;
--emerald-400: #66E599;
--emerald-500: #3BDE7C;
--emerald-600: #21C060;
--emerald-700: #1A994D;
--emerald-800: #126D37;
--emerald-900: #0C4623;
--emerald-950: #072C16;
}