Mint
#68E3A6
GreenColor Codes
All color formats for development
HEX
#68E3A6RGB
rgb(104, 227, 166)HSL
hsl(150, 69%, 65%)OKLCH
oklch(0.829 0.142 159.4)CMYK
cmyk(54%, 0%, 27%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDE95
2#30D985
3#24C474
4#1FA863
5#1A8C53
6#157042
7#0F5432
8#0A3821
9#051C11
Tints
Lighter variations
1#77E6AF
2#86E9B8
3#95ECC1
4#A5EEC9
5#B4F1D2
6#C3F4DB
7#D2F7E4
8#E1F9ED
9#F0FCF6
Tones
Muted variations
1#6EDDA6
2#74D7A6
3#7BD1A6
4#81CBA6
5#87C5A6
6#8DBEA6
7#93B8A6
8#99B2A6
9#A0ACA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC4 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3A6 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9759 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C40 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4529 | 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: #F2FDF7;
--mint-100: #E1F9ED;
--mint-200: #C7F5DE;
--mint-300: #9CEDC4;
--mint-400: #68E3A6;
--mint-500: #3DDB8C;
--mint-600: #23BE70;
--mint-700: #1C9759;
--mint-800: #146C40;
--mint-900: #0D4529;
--mint-950: #082B1A;
}