Mint
#65E6AA
GreenColor Codes
All color formats for development
HEX
#65E6AARGB
rgb(101, 230, 170)HSL
hsl(152, 72%, 65%)OKLCH
oklch(0.837 0.144 160.6)CMYK
cmyk(56%, 0%, 26%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E19A
2#2CDD8A
3#20C87A
4#1CAB68
5#178F57
6#137245
7#0E5634
8#093923
9#051D11
Tints
Lighter variations
1#75E9B3
2#84EBBB
3#94EEC4
4#A3F0CC
5#B2F3D5
6#C2F5DD
7#D1F8E6
8#E0FAEE
9#F0FDF7
Tones
Muted variations
1#6CE0AA
2#72D9A9
3#79D3A9
4#7FCCA8
5#86C6A8
6#8CBFA7
7#92B9A7
8#99B3A7
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 #9AEFC7 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6AA | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF92 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC176 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B462B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1B | 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: #9AEFC7;
--mint-400: #65E6AA;
--mint-500: #3ADF92;
--mint-600: #1FC176;
--mint-700: #199A5E;
--mint-800: #126E43;
--mint-900: #0B462B;
--mint-950: #072C1B;
}