Mint
#65E7B9
GreenColor Codes
All color formats for development
HEX
#65E7B9RGB
rgb(101, 231, 185)HSL
hsl(159, 73%, 65%)OKLCH
oklch(0.843 0.133 167)CMYK
cmyk(56%, 0%, 20%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2AC
2#2BDE9F
3#1FC98D
4#1BAC79
5#168F65
6#127351
7#0D563D
8#093928
9#041D14
Tints
Lighter variations
1#74E9C0
2#83ECC7
3#93EECE
4#A2F1D5
5#B2F3DC
6#C1F5E3
7#D1F8EA
8#E0FAF1
9#F0FDF8
Tones
Muted variations
1#6BE0B7
2#72DAB5
3#78D3B3
4#7FCDB1
5#85C6B0
6#8CC0AE
7#92B9AC
8#99B3AA
9#9FACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B9 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC289 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4732 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF9;
--mint-100: #E0FAF1;
--mint-200: #C6F6E5;
--mint-300: #9AEFD1;
--mint-400: #65E7B9;
--mint-500: #38E0A5;
--mint-600: #1EC289;
--mint-700: #189A6D;
--mint-800: #116E4E;
--mint-900: #0B4732;
--mint-950: #072C1F;
}