Mint
#68E3B6
GreenColor Codes
All color formats for development
HEX
#68E3B6RGB
rgb(104, 227, 182)HSL
hsl(158, 69%, 65%)OKLCH
oklch(0.833 0.129 166.6)CMYK
cmyk(54%, 0%, 20%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDEA9
2#30D99B
3#24C489
4#1FA876
5#1A8C62
6#15704E
7#0F543B
8#0A3827
9#051C14
Tints
Lighter variations
1#77E6BD
2#86E9C5
3#95ECCC
4#A5EED3
5#B4F1DB
6#C3F4E2
7#D2F7E9
8#E1F9F0
9#F0FCF8
Tones
Muted variations
1#6EDDB5
2#74D7B3
3#7BD1B1
4#81CBB0
5#87C5AE
6#8DBEAC
7#93B8AB
8#99B2A9
9#A0ACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCF | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C976A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4530 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF9;
--mint-100: #E1F9F0;
--mint-200: #C7F5E4;
--mint-300: #9CEDCF;
--mint-400: #68E3B6;
--mint-500: #3DDBA1;
--mint-600: #23BE85;
--mint-700: #1C976A;
--mint-800: #146C4B;
--mint-900: #0D4530;
--mint-950: #082B1E;
}