Mint
#75D7B1
GreenColor Codes
All color formats for development
HEX
#75D7B1RGB
rgb(117, 215, 177)HSL
hsl(157, 55%, 65%)OKLCH
oklch(0.809 0.109 166.5)CMYK
cmyk(46%, 0%, 18%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCFA3
2#41C894
3#34B483
4#2D9A70
5#25805E
6#1E674B
7#164D38
8#0F3325
9#071A13
Tints
Lighter variations
1#82DBB9
2#90DFC1
3#9EE3C9
4#ACE7D0
5#BAEBD8
6#C8EFE0
7#D5F3E8
8#E3F7EF
9#F1FBF7
Tones
Muted variations
1#7AD2B0
2#7ECDAF
3#83C8AE
4#88C3AD
5#8DBEAB
6#92B9AA
7#97B4A9
8#9CB0A8
9#A1ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CC | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7B1 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F2E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E3F7EF;
--mint-200: #CCF0E2;
--mint-300: #A4E5CC;
--mint-400: #75D7B1;
--mint-500: #4DCB9B;
--mint-600: #32AE7F;
--mint-700: #288A65;
--mint-800: #1D6348;
--mint-900: #123F2E;
--mint-950: #0B281D;
}