Mint
#75D79E
GreenColor Codes
All color formats for development
HEX
#75D79ERGB
rgb(117, 215, 158)HSL
hsl(145, 55%, 65%)OKLCH
oklch(0.804 0.124 156.6)CMYK
cmyk(46%, 0%, 27%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCF8B
2#41C879
3#34B469
4#2D9A5A
5#25804B
6#1E673C
7#164D2D
8#0F331E
9#071A0F
Tints
Lighter variations
1#82DBA7
2#90DFB1
3#9EE3BB
4#ACE7C5
5#BAEBCE
6#C8EFD8
7#D5F3E2
8#E3F7EC
9#F1FBF5
Tones
Muted variations
1#7AD29E
2#7ECD9F
3#83C8A0
4#88C3A1
5#8DBEA2
6#92B9A2
7#97B4A3
8#9CB0A4
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 #CCF0DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BF | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D79E | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB82 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D633A | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F25 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F7EC;
--mint-200: #CCF0DB;
--mint-300: #A4E5BF;
--mint-400: #75D79E;
--mint-500: #4DCB82;
--mint-600: #32AE66;
--mint-700: #288A51;
--mint-800: #1D633A;
--mint-900: #123F25;
--mint-950: #0B2817;
}