Mint
#96F3C7
GreenColor Codes
All color formats for development
HEX
#96F3C7RGB
rgb(150, 243, 199)HSL
hsl(152, 79%, 77%)OKLCH
oklch(0.894 0.109 162.6)CMYK
cmyk(38%, 0%, 18%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFB5
2#50EAA2
3#2DE690
4#19D37C
5#15B067
6#108D53
7#0C693E
8#084629
9#042315
Tints
Lighter variations
1#A1F4CD
2#ABF5D3
3#B6F6D8
4#C0F8DE
5#CBF9E3
6#D5FAE9
7#E0FBEE
8#EAFDF4
9#F5FEF9
Tones
Muted variations
1#9BEEC7
2#9FE9C7
3#A4E5C7
4#A9E0C6
5#ADDCC6
6#B2D7C6
7#B6D2C5
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 #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C7 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECAA | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E792 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C976 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A05E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7243 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF8;
--mint-100: #DFFBEE;
--mint-200: #C4F8E0;
--mint-300: #96F3C7;
--mint-400: #5FECAA;
--mint-500: #32E792;
--mint-600: #18C976;
--mint-700: #13A05E;
--mint-800: #0D7243;
--mint-900: #09492B;
--mint-950: #052E1B;
}