Mint
#65E7AE
GreenColor Codes
All color formats for development
HEX
#65E7AERGB
rgb(101, 231, 174)HSL
hsl(154, 73%, 65%)OKLCH
oklch(0.84 0.142 162)CMYK
cmyk(56%, 0%, 25%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E29F
2#2BDE91
3#1FC97F
4#1BAC6D
5#168F5B
6#127349
7#0D5637
8#093924
9#041D12
Tints
Lighter variations
1#74E9B6
2#83ECBF
3#93EEC7
4#A2F1CF
5#B2F3D7
6#C1F5DF
7#D1F8E7
8#E0FAEF
9#F0FDF7
Tones
Muted variations
1#6BE0AE
2#72DAAD
3#78D3AC
4#7FCDAB
5#85C6AA
6#8CC0A9
7#92B9A8
8#99B3A7
9#9FACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFCA | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7AE | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E097 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC27B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E0FAEF;
--mint-200: #C6F6E1;
--mint-300: #9AEFCA;
--mint-400: #65E7AE;
--mint-500: #38E097;
--mint-600: #1EC27B;
--mint-700: #189A62;
--mint-800: #116E46;
--mint-900: #0B472D;
--mint-950: #072C1C;
}