Emerald
#68E38B
GreenColor Codes
All color formats for development
HEX
#68E38BRGB
rgb(104, 227, 139)HSL
hsl(137, 69%, 65%)OKLCH
oklch(0.824 0.166 150.5)CMYK
cmyk(54%, 0%, 39%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDE76
2#30D960
3#24C451
4#1FA846
5#1A8C3A
6#15702E
7#0F5423
8#0A3817
9#051C0C
Tints
Lighter variations
1#77E697
2#86E9A2
3#95ECAE
4#A5EEB9
5#B4F1C5
6#C3F4D1
7#D2F7DC
8#E1F9E8
9#F0FCF3
Tones
Muted variations
1#6EDD8E
2#74D790
3#7BD193
4#81CB96
5#87C598
6#8DBE9B
7#93B89E
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 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E38B | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB6A | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE4F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C973F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E1F9E8;
--emerald-200: #C7F5D4;
--emerald-300: #9CEDB3;
--emerald-400: #68E38B;
--emerald-500: #3DDB6A;
--emerald-600: #23BE4F;
--emerald-700: #1C973F;
--emerald-800: #146C2D;
--emerald-900: #0D451D;
--emerald-950: #082B12;
}