Mint
#75D7A1
GreenColor Codes
All color formats for development
HEX
#75D7A1RGB
rgb(117, 215, 161)HSL
hsl(147, 55%, 65%)OKLCH
oklch(0.805 0.122 158)CMYK
cmyk(46%, 0%, 25%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCF8F
2#41C87E
3#34B46E
4#2D9A5E
5#25804E
6#1E673F
7#164D2F
8#0F331F
9#071A10
Tints
Lighter variations
1#82DBAA
2#90DFB4
3#9EE3BD
4#ACE7C7
5#BAEBD0
6#C8EFD9
7#D5F3E3
8#E3F7EC
9#F1FBF6
Tones
Muted variations
1#7AD2A1
2#7ECDA2
3#83C8A2
4#88C3A3
5#8DBEA3
6#92B9A4
7#97B4A4
8#9CB0A5
9#A1ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C1 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7A1 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE6A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D633C | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F27 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F7EC;
--mint-200: #CCF0DC;
--mint-300: #A4E5C1;
--mint-400: #75D7A1;
--mint-500: #4DCB86;
--mint-600: #32AE6A;
--mint-700: #288A54;
--mint-800: #1D633C;
--mint-900: #123F27;
--mint-950: #0B2818;
}