Emerald
#68E36C
GreenColor Codes
All color formats for development
HEX
#68E36CRGB
rgb(104, 227, 108)HSL
hsl(122, 69%, 65%)OKLCH
oklch(0.819 0.194 144.1)CMYK
cmyk(54%, 0%, 52%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDE51
2#30D936
3#24C429
4#1FA823
5#1A8C1E
6#157018
7#0F5412
8#0A380C
9#051C06
Tints
Lighter variations
1#77E67B
2#86E98A
3#95EC98
4#A5EEA7
5#B4F1B6
6#C3F4C4
7#D2F7D3
8#E1F9E2
9#F0FCF0
Tones
Muted variations
1#6EDD72
2#74D778
3#7BD17E
4#81CB83
5#87C589
6#8DBE8F
7#93B895
8#99B29A
9#A0ACA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CED9F | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E36C | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB42 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE28 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9720 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C17 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D450F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E1F9E2;
--emerald-200: #C7F5C9;
--emerald-300: #9CED9F;
--emerald-400: #68E36C;
--emerald-500: #3DDB42;
--emerald-600: #23BE28;
--emerald-700: #1C9720;
--emerald-800: #146C17;
--emerald-900: #0D450F;
--emerald-950: #082B09;
}