Mint
#75D7A2
GreenColor Codes
All color formats for development
HEX
#75D7A2RGB
rgb(117, 215, 162)HSL
hsl(148, 55%, 65%)OKLCH
oklch(0.805 0.121 158.4)CMYK
cmyk(46%, 0%, 25%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCF91
2#41C880
3#34B470
4#2D9A60
5#258050
6#1E6740
7#164D30
8#0F3320
9#071A10
Tints
Lighter variations
1#82DBAC
2#90DFB5
3#9EE3BE
4#ACE7C7
5#BAEBD1
6#C8EFDA
7#D5F3E3
8#E3F7EC
9#F1FBF6
Tones
Muted variations
1#7AD2A3
2#7ECDA3
3#83C8A3
4#88C3A4
5#8DBEA4
6#92B9A4
7#97B4A5
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 #CCF0DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C2 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7A2 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB88 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE6C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A56 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D633D | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F27 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2819 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F7EC;
--mint-200: #CCF0DD;
--mint-300: #A4E5C2;
--mint-400: #75D7A2;
--mint-500: #4DCB88;
--mint-600: #32AE6C;
--mint-700: #288A56;
--mint-800: #1D633D;
--mint-900: #123F27;
--mint-950: #0B2819;
}