Emerald
#68E389
GreenColor Codes
All color formats for development
HEX
#68E389RGB
rgb(104, 227, 137)HSL
hsl(136, 69%, 65%)OKLCH
oklch(0.824 0.168 150)CMYK
cmyk(54%, 0%, 40%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDE73
2#30D95D
3#24C44F
4#1FA843
5#1A8C38
6#15702D
7#0F5422
8#0A3816
9#051C0B
Tints
Lighter variations
1#77E695
2#86E9A1
3#95ECAC
4#A5EEB8
5#B4F1C4
6#C3F4D0
7#D2F7DC
8#E1F9E7
9#F0FCF3
Tones
Muted variations
1#6EDD8C
2#74D78F
3#7BD192
4#81CB95
5#87C597
6#8DBE9A
7#93B89D
8#99B2A0
9#A0ACA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB1 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E389 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB67 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE4C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C973D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C2B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E1F9E7;
--emerald-200: #C7F5D3;
--emerald-300: #9CEDB1;
--emerald-400: #68E389;
--emerald-500: #3DDB67;
--emerald-600: #23BE4C;
--emerald-700: #1C973D;
--emerald-800: #146C2B;
--emerald-900: #0D451C;
--emerald-950: #082B11;
}