Emerald
#3BDE40
GreenColor Codes
All color formats for development
HEX
#3BDE40RGB
rgb(59, 222, 64)HSL
hsl(122, 71%, 55%)OKLCH
oklch(0.789 0.237 143.3)CMYK
cmyk(73%, 0%, 71%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D82B
2#21C026
3#1CA821
4#18901C
5#147818
6#106013
7#0C480E
8#083009
9#041805
Tints
Lighter variations
1#4EE153
2#62E466
3#76E879
4#89EB8D
5#9DEEA0
6#B1F2B3
7#C4F5C6
8#D8F8D9
9#EBFCEC
Tones
Muted variations
1#43D648
2#4BCD4F
3#53C557
4#5BBD5F
5#64B566
6#6CAD6E
7#74A575
8#7C9D7D
9#849485
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEE9D | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E56B | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE40 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C026 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A991E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D16 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C460E | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E0FAE1;
--emerald-200: #C6F5C8;
--emerald-300: #9BEE9D;
--emerald-400: #66E56B;
--emerald-500: #3BDE40;
--emerald-600: #21C026;
--emerald-700: #1A991E;
--emerald-800: #126D16;
--emerald-900: #0C460E;
--emerald-950: #072C09;
}