Mint
#68E3B2
GreenColor Codes
All color formats for development
HEX
#68E3B2RGB
rgb(104, 227, 178)HSL
hsl(156, 69%, 65%)OKLCH
oklch(0.832 0.132 164.6)CMYK
cmyk(54%, 0%, 22%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDEA4
2#30D995
3#24C484
4#1FA871
5#1A8C5E
6#15704B
7#0F5439
8#0A3826
9#051C13
Tints
Lighter variations
1#77E6BA
2#86E9C1
3#95ECC9
4#A5EED1
5#B4F1D9
6#C3F4E0
7#D2F7E8
8#E1F9F0
9#F0FCF7
Tones
Muted variations
1#6EDDB1
2#74D7B0
3#7BD1AE
4#81CBAD
5#87C5AC
6#8DBEAB
7#93B8A9
8#99B2A8
9#A0ACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCC | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B2 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9766 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E1F9F0;
--mint-200: #C7F5E2;
--mint-300: #9CEDCC;
--mint-400: #68E3B2;
--mint-500: #3DDB9C;
--mint-600: #23BE80;
--mint-700: #1C9766;
--mint-800: #146C49;
--mint-900: #0D452E;
--mint-950: #082B1D;
}