Mint
#65E7A8
GreenColor Codes
All color formats for development
HEX
#65E7A8RGB
rgb(101, 231, 168)HSL
hsl(151, 73%, 65%)OKLCH
oklch(0.838 0.147 159.6)CMYK
cmyk(56%, 0%, 27%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E298
2#2BDE88
3#1FC977
4#1BAC66
5#168F55
6#127344
7#0D5633
8#093922
9#041D11
Tints
Lighter variations
1#74E9B1
2#83ECB9
3#93EEC2
4#A2F1CB
5#B2F3D3
6#C1F5DC
7#D1F8E5
8#E0FAEE
9#F0FDF6
Tones
Muted variations
1#6BE0A8
2#72DAA7
3#78D3A7
4#7FCDA7
5#85C6A7
6#8CC0A7
7#92B9A6
8#99B3A6
9#9FACA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC6 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7A8 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E08F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC273 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E0FAEE;
--mint-200: #C6F6DF;
--mint-300: #9AEFC6;
--mint-400: #65E7A8;
--mint-500: #38E08F;
--mint-600: #1EC273;
--mint-700: #189A5B;
--mint-800: #116E41;
--mint-900: #0B472A;
--mint-950: #072C1A;
}