Mint
#68E3A8
GreenColor Codes
All color formats for development
HEX
#68E3A8RGB
rgb(104, 227, 168)HSL
hsl(151, 69%, 65%)OKLCH
oklch(0.83 0.14 160.2)CMYK
cmyk(54%, 0%, 26%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDE98
2#30D987
3#24C477
4#1FA866
5#1A8C55
6#157044
7#0F5433
8#0A3822
9#051C11
Tints
Lighter variations
1#77E6B1
2#86E9B9
3#95ECC2
4#A5EECB
5#B4F1D3
6#C3F4DC
7#D2F7E5
8#E1F9EE
9#F0FCF6
Tones
Muted variations
1#6EDDA8
2#74D7A7
3#7BD1A7
4#81CBA7
5#87C5A7
6#8DBEA7
7#93B8A6
8#99B2A6
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 #9CEDC6 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3A8 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB8F | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C975B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1A | 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: #9CEDC6;
--mint-400: #68E3A8;
--mint-500: #3DDB8F;
--mint-600: #23BE73;
--mint-700: #1C975B;
--mint-800: #146C41;
--mint-900: #0D452A;
--mint-950: #082B1A;
}