Emerald
#68E37D
GreenColor Codes
All color formats for development
HEX
#68E37DRGB
rgb(104, 227, 125)HSL
hsl(130, 69%, 65%)OKLCH
oklch(0.821 0.179 147.2)CMYK
cmyk(54%, 0%, 45%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDE64
2#30D94C
3#24C43F
4#1FA836
5#1A8C2D
6#157024
7#0F541B
8#0A3812
9#051C09
Tints
Lighter variations
1#77E68A
2#86E997
3#95ECA4
4#A5EEB1
5#B4F1BE
6#C3F4CB
7#D2F7D8
8#E1F9E5
9#F0FCF2
Tones
Muted variations
1#6EDD81
2#74D785
3#7BD189
4#81CB8D
5#87C591
6#8DBE95
7#93B899
8#99B29E
9#A0ACA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDA9 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E37D | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB57 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE3D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9730 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C22 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4516 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF4;
--emerald-100: #E1F9E5;
--emerald-200: #C7F5CF;
--emerald-300: #9CEDA9;
--emerald-400: #68E37D;
--emerald-500: #3DDB57;
--emerald-600: #23BE3D;
--emerald-700: #1C9730;
--emerald-800: #146C22;
--emerald-900: #0D4516;
--emerald-950: #082B0E;
}