Emerald
#68E37B
GreenColor Codes
All color formats for development
HEX
#68E37BRGB
rgb(104, 227, 123)HSL
hsl(129, 69%, 65%)OKLCH
oklch(0.821 0.181 146.8)CMYK
cmyk(54%, 0%, 46%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDE62
2#30D949
3#24C43C
4#1FA833
5#1A8C2B
6#157022
7#0F541A
8#0A3811
9#051C09
Tints
Lighter variations
1#77E688
2#86E995
3#95ECA2
4#A5EEB0
5#B4F1BD
6#C3F4CA
7#D2F7D7
8#E1F9E5
9#F0FCF2
Tones
Muted variations
1#6EDD7F
2#74D783
3#7BD188
4#81CB8C
5#87C590
6#8DBE95
7#93B899
8#99B29D
9#A0ACA1
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 #C7F5CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDA8 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E37B | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB55 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE3A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C972E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4515 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF4;
--emerald-100: #E1F9E5;
--emerald-200: #C7F5CE;
--emerald-300: #9CEDA8;
--emerald-400: #68E37B;
--emerald-500: #3DDB55;
--emerald-600: #23BE3A;
--emerald-700: #1C972E;
--emerald-800: #146C21;
--emerald-900: #0D4515;
--emerald-950: #082B0D;
}