Mint
#75D79C
GreenColor Codes
All color formats for development
HEX
#75D79CRGB
rgb(117, 215, 156)HSL
hsl(144, 55%, 65%)OKLCH
oklch(0.803 0.126 155.7)CMYK
cmyk(46%, 0%, 27%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCF8A
2#41C877
3#34B467
4#2D9A59
5#25804A
6#1E673B
7#164D2C
8#0F331E
9#071A0F
Tints
Lighter variations
1#82DBA6
2#90DFB0
3#9EE3BA
4#ACE7C4
5#BAEBCD
6#C8EFD7
7#D5F3E1
8#E3F7EB
9#F1FBF5
Tones
Muted variations
1#7AD29D
2#7ECD9E
3#83C89F
4#88C3A0
5#8DBEA1
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 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BE | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D79C | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB80 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6339 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F24 | 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: #E3F7EB;
--mint-200: #CCF0DA;
--mint-300: #A4E5BE;
--mint-400: #75D79C;
--mint-500: #4DCB80;
--mint-600: #32AE64;
--mint-700: #288A4F;
--mint-800: #1D6339;
--mint-900: #123F24;
--mint-950: #0B2817;
}