Mint
#96F3C9
GreenColor Codes
All color formats for development
HEX
#96F3C9RGB
rgb(150, 243, 201)HSL
hsl(153, 79%, 77%)OKLCH
oklch(0.895 0.107 163.8)CMYK
cmyk(38%, 0%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFB7
2#50EAA5
3#2DE693
4#19D37F
5#15B06A
6#108D55
7#0C6940
8#08462A
9#042315
Tints
Lighter variations
1#A1F4CE
2#ABF5D4
3#B6F6D9
4#C0F8DF
5#CBF9E4
6#D5FAE9
7#E0FBEF
8#EAFDF4
9#F5FEFA
Tones
Muted variations
1#9BEEC9
2#9FE9C8
3#A4E5C8
4#A9E0C7
5#ADDCC7
6#B2D7C6
7#B6D2C6
8#BBCEC5
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C9 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECAD | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E795 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C979 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A060 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7245 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF8;
--mint-100: #DFFBEF;
--mint-200: #C4F8E0;
--mint-300: #96F3C9;
--mint-400: #5FECAD;
--mint-500: #32E795;
--mint-600: #18C979;
--mint-700: #13A060;
--mint-800: #0D7245;
--mint-900: #09492C;
--mint-950: #052E1C;
}