Mint
#65E6AE
GreenColor Codes
All color formats for development
HEX
#65E6AERGB
rgb(101, 230, 174)HSL
hsl(154, 72%, 65%)OKLCH
oklch(0.837 0.141 162.3)CMYK
cmyk(56%, 0%, 24%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E19F
2#2CDD90
3#20C87F
4#1CAB6D
5#178F5B
6#137249
7#0E5636
8#093924
9#051D12
Tints
Lighter variations
1#75E9B6
2#84EBBE
3#94EEC7
4#A3F0CF
5#B2F3D7
6#C2F5DF
7#D1F8E7
8#E0FAEF
9#F0FDF7
Tones
Muted variations
1#6CE0AD
2#72D9AD
3#79D3AC
4#7FCCAB
5#86C6AA
6#8CBFA9
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 | 65E6 #65E6AE | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC17B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B462D | 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: #65E6AE;
--mint-500: #3ADF97;
--mint-600: #1FC17B;
--mint-700: #199A62;
--mint-800: #126E46;
--mint-900: #0B462D;
--mint-950: #072C1C;
}