Emerald
#3BDE3D
GreenColor Codes
All color formats for development
HEX
#3BDE3DRGB
rgb(59, 222, 61)HSL
hsl(121, 71%, 55%)OKLCH
oklch(0.789 0.238 143)CMYK
cmyk(73%, 0%, 73%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D828
2#21C023
3#1CA81F
4#18901A
5#147816
6#106012
7#0C480D
8#083009
9#041804
Tints
Lighter variations
1#4EE151
2#62E464
3#76E878
4#89EB8B
5#9DEE9E
6#B1F2B2
7#C4F5C5
8#D8F8D8
9#EBFCEC
Tones
Muted variations
1#43D645
2#4BCD4D
3#53C555
4#5BBD5D
5#64B565
6#6CAD6D
7#74A575
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 #E0FAE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEE9C | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E568 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE3D | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C023 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A991C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D14 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C460D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E0FAE1;
--emerald-200: #C6F5C7;
--emerald-300: #9BEE9C;
--emerald-400: #66E568;
--emerald-500: #3BDE3D;
--emerald-600: #21C023;
--emerald-700: #1A991C;
--emerald-800: #126D14;
--emerald-900: #0C460D;
--emerald-950: #072C08;
}