Mint
#68E3AC
GreenColor Codes
All color formats for development
HEX
#68E3ACRGB
rgb(104, 227, 172)HSL
hsl(153, 69%, 65%)OKLCH
oklch(0.831 0.137 161.9)CMYK
cmyk(54%, 0%, 24%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDE9C
2#30D98D
3#24C47C
4#1FA86A
5#1A8C59
6#157047
7#0F5435
8#0A3823
9#051C12
Tints
Lighter variations
1#77E6B4
2#86E9BD
3#95ECC5
4#A5EECD
5#B4F1D5
6#C3F4DE
7#D2F7E6
8#E1F9EE
9#F0FCF7
Tones
Muted variations
1#6EDDAB
2#74D7AB
3#7BD1AA
4#81CBA9
5#87C5A9
6#8DBEA8
7#93B8A8
8#99B2A7
9#A0ACA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC8 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3AC | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB94 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE78 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C975F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E1F9EE;
--mint-200: #C7F5E0;
--mint-300: #9CEDC8;
--mint-400: #68E3AC;
--mint-500: #3DDB94;
--mint-600: #23BE78;
--mint-700: #1C975F;
--mint-800: #146C44;
--mint-900: #0D452C;
--mint-950: #082B1B;
}