Emerald
#68E36E
GreenColor Codes
All color formats for development
HEX
#68E36ERGB
rgb(104, 227, 110)HSL
hsl(123, 69%, 65%)OKLCH
oklch(0.819 0.192 144.4)CMYK
cmyk(54%, 0%, 52%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDE53
2#30D939
3#24C42C
4#1FA826
5#1A8C1F
6#157019
7#0F5413
8#0A380D
9#051C06
Tints
Lighter variations
1#77E67D
2#86E98B
3#95EC9A
4#A5EEA8
5#B4F1B7
6#C3F4C5
7#D2F7D4
8#E1F9E2
9#F0FCF1
Tones
Muted variations
1#6EDD74
2#74D779
3#7BD17F
4#81CB84
5#87C58A
6#8DBE90
7#93B895
8#99B29B
9#A0ACA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDA0 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E36E | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB45 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE2B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9722 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C18 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D450F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF3;
--emerald-100: #E1F9E2;
--emerald-200: #C7F5C9;
--emerald-300: #9CEDA0;
--emerald-400: #68E36E;
--emerald-500: #3DDB45;
--emerald-600: #23BE2B;
--emerald-700: #1C9722;
--emerald-800: #146C18;
--emerald-900: #0D450F;
--emerald-950: #082B0A;
}