Mint
#75D7AB
GreenColor Codes
All color formats for development
HEX
#75D7ABRGB
rgb(117, 215, 171)HSL
hsl(153, 55%, 65%)OKLCH
oklch(0.807 0.113 163)CMYK
cmyk(46%, 0%, 20%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCF9B
2#41C88B
3#34B47A
4#2D9A69
5#258057
6#1E6746
7#164D34
8#0F3323
9#071A11
Tints
Lighter variations
1#82DBB3
2#90DFBC
3#9EE3C4
4#ACE7CC
5#BAEBD5
6#C8EFDD
7#D5F3E6
8#E3F7EE
9#F1FBF7
Tones
Muted variations
1#7AD2AA
2#7ECDAA
3#83C8A9
4#88C3A9
5#8DBEA8
6#92B9A8
7#97B4A7
8#9CB0A7
9#A1ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C8 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7AB | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6343 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F2B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E3F7EE;
--mint-200: #CCF0E0;
--mint-300: #A4E5C8;
--mint-400: #75D7AB;
--mint-500: #4DCB93;
--mint-600: #32AE76;
--mint-700: #288A5E;
--mint-800: #1D6343;
--mint-900: #123F2B;
--mint-950: #0B281B;
}