Emerald
#68E36A
GreenColor Codes
All color formats for development
HEX
#68E36ARGB
rgb(104, 227, 106)HSL
hsl(121, 69%, 65%)OKLCH
oklch(0.819 0.196 143.8)CMYK
cmyk(54%, 0%, 53%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDE4F
2#30D933
3#24C427
4#1FA821
5#1A8C1C
6#157016
7#0F5411
8#0A380B
9#051C06
Tints
Lighter variations
1#77E679
2#86E988
3#95EC97
4#A5EEA6
5#B4F1B5
6#C3F4C3
7#D2F7D2
8#E1F9E1
9#F0FCF0
Tones
Muted variations
1#6EDD70
2#74D776
3#7BD17C
4#81CB82
5#87C588
6#8DBE8E
7#93B894
8#99B29A
9#A0ACA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CED9D | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E36A | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB40 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE25 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C971E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C15 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D450E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E1F9E1;
--emerald-200: #C7F5C8;
--emerald-300: #9CED9D;
--emerald-400: #68E36A;
--emerald-500: #3DDB40;
--emerald-600: #23BE25;
--emerald-700: #1C971E;
--emerald-800: #146C15;
--emerald-900: #0D450E;
--emerald-950: #082B08;
}