Emerald
#3BDE3B
GreenColor Codes
All color formats for development
HEX
#3BDE3BRGB
rgb(59, 222, 59)HSL
hsl(120, 71%, 55%)OKLCH
oklch(0.789 0.24 142.9)CMYK
cmyk(73%, 0%, 73%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D825
2#21C021
3#1CA81C
4#189018
5#147814
6#106010
7#0C480C
8#083008
9#041804
Tints
Lighter variations
1#4EE14E
2#62E462
3#76E876
4#89EB89
5#9DEE9D
6#B1F2B1
7#C4F5C4
8#D8F8D8
9#EBFCEB
Tones
Muted variations
1#43D643
2#4BCD4B
3#53C553
4#5BBD5B
5#64B564
6#6CAD6C
7#74A574
8#7C9D7C
9#849484
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEE9B | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E566 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE3B | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C021 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A991A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C460C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E0FAE0;
--emerald-200: #C6F5C6;
--emerald-300: #9BEE9B;
--emerald-400: #66E566;
--emerald-500: #3BDE3B;
--emerald-600: #21C021;
--emerald-700: #1A991A;
--emerald-800: #126D12;
--emerald-900: #0C460C;
--emerald-950: #072C07;
}