Mint
#68E3AA
GreenColor Codes
All color formats for development
HEX
#68E3AARGB
rgb(104, 227, 170)HSL
hsl(152, 69%, 65%)OKLCH
oklch(0.83 0.138 161)CMYK
cmyk(54%, 0%, 25%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDE9A
2#30D98A
3#24C479
4#1FA868
5#1A8C57
6#157045
7#0F5434
8#0A3823
9#051C11
Tints
Lighter variations
1#77E6B2
2#86E9BB
3#95ECC3
4#A5EECC
5#B4F1D4
6#C3F4DD
7#D2F7E5
8#E1F9EE
9#F0FCF6
Tones
Muted variations
1#6EDDA9
2#74D7A9
3#7BD1A9
4#81CBA8
5#87C5A8
6#8DBEA7
7#93B8A7
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 #C7F5DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC7 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3AA | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB92 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C975D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452B | 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: #C7F5DF;
--mint-300: #9CEDC7;
--mint-400: #68E3AA;
--mint-500: #3DDB92;
--mint-600: #23BE75;
--mint-700: #1C975D;
--mint-800: #146C43;
--mint-900: #0D452B;
--mint-950: #082B1B;
}