Emerald
#3BDE81
GreenColor Codes
All color formats for development
HEX
#3BDE81RGB
rgb(59, 222, 129)HSL
hsl(146, 71%, 55%)OKLCH
oklch(0.797 0.186 153.1)CMYK
cmyk(73%, 0%, 42%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D872
2#21C066
3#1CA859
4#18904C
5#14783F
6#106033
7#0C4826
8#083019
9#04180D
Tints
Lighter variations
1#4EE18E
2#62E49B
3#76E8A7
4#89EBB4
5#9DEEC0
6#B1F2CD
7#C4F5D9
8#D8F8E6
9#EBFCF2
Tones
Muted variations
1#43D682
2#4BCD84
3#53C585
4#5BBD86
5#64B587
6#6CAD88
7#74A589
8#7C9D8A
9#84948B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEBF | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E59D | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE81 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C066 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9951 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4625 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FAEB;
--emerald-200: #C6F5DB;
--emerald-300: #9BEEBF;
--emerald-400: #66E59D;
--emerald-500: #3BDE81;
--emerald-600: #21C066;
--emerald-700: #1A9951;
--emerald-800: #126D3A;
--emerald-900: #0C4625;
--emerald-950: #072C17;
}