Emerald
#68E38F
GreenColor Codes
All color formats for development
HEX
#68E38FRGB
rgb(104, 227, 143)HSL
hsl(139, 69%, 65%)OKLCH
oklch(0.825 0.162 151.6)CMYK
cmyk(54%, 0%, 37%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDE7A
2#30D966
3#24C457
4#1FA84A
5#1A8C3E
6#157032
7#0F5425
8#0A3819
9#051C0C
Tints
Lighter variations
1#77E69A
2#86E9A6
3#95ECB1
4#A5EEBC
5#B4F1C7
6#C3F4D2
7#D2F7DD
8#E1F9E9
9#F0FCF4
Tones
Muted variations
1#6EDD91
2#74D794
3#7BD196
4#81CB98
5#87C59A
6#8DBE9D
7#93B89F
8#99B2A1
9#A0ACA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB6 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E38F | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB6F | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9743 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E1F9E9;
--emerald-200: #C7F5D5;
--emerald-300: #9CEDB6;
--emerald-400: #68E38F;
--emerald-500: #3DDB6F;
--emerald-600: #23BE54;
--emerald-700: #1C9743;
--emerald-800: #146C30;
--emerald-900: #0D451E;
--emerald-950: #082B13;
}