Mint
#65E6B0
GreenColor Codes
All color formats for development
HEX
#65E6B0RGB
rgb(101, 230, 176)HSL
hsl(155, 72%, 65%)OKLCH
oklch(0.838 0.139 163.2)CMYK
cmyk(56%, 0%, 23%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E1A2
2#2CDD93
3#20C882
4#1CAB6F
5#178F5D
6#13724A
7#0E5638
8#093925
9#051D13
Tints
Lighter variations
1#75E9B8
2#84EBC0
3#94EEC8
4#A3F0D0
5#B2F3D8
6#C2F5E0
7#D1F8E7
8#E0FAEF
9#F0FDF7
Tones
Muted variations
1#6CE0AF
2#72D9AE
3#79D3AD
4#7FCCAC
5#86C6AB
6#8CBFAA
7#92B9A9
8#99B3A8
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 #C6F6E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFCB | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6B0 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC17E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B462E | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E0FAEF;
--mint-200: #C6F6E2;
--mint-300: #9AEFCB;
--mint-400: #65E6B0;
--mint-500: #3ADF9A;
--mint-600: #1FC17E;
--mint-700: #199A64;
--mint-800: #126E47;
--mint-900: #0B462E;
--mint-950: #072C1D;
}