Mint
#75D7A7
GreenColor Codes
All color formats for development
HEX
#75D7A7RGB
rgb(117, 215, 167)HSL
hsl(151, 55%, 65%)OKLCH
oklch(0.806 0.116 160.9)CMYK
cmyk(46%, 0%, 22%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCF97
2#41C887
3#34B476
4#2D9A65
5#258054
6#1E6744
7#164D33
8#0F3322
9#071A11
Tints
Lighter variations
1#82DBB0
2#90DFB9
3#9EE3C2
4#ACE7CA
5#BAEBD3
6#C8EFDC
7#D5F3E5
8#E3F7ED
9#F1FBF6
Tones
Muted variations
1#7AD2A7
2#7ECDA7
3#83C8A7
4#88C3A7
5#8DBEA7
6#92B9A6
7#97B4A6
8#9CB0A6
9#A1ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C5 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7A7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB8E | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE72 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6341 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F2A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F7ED;
--mint-200: #CCF0DE;
--mint-300: #A4E5C5;
--mint-400: #75D7A7;
--mint-500: #4DCB8E;
--mint-600: #32AE72;
--mint-700: #288A5B;
--mint-800: #1D6341;
--mint-900: #123F2A;
--mint-950: #0B281A;
}