Mint
#96F3C6
GreenColor Codes
All color formats for development
HEX
#96F3C6RGB
rgb(150, 243, 198)HSL
hsl(151, 79%, 77%)OKLCH
oklch(0.894 0.109 162.1)CMYK
cmyk(38%, 0%, 19%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFB3
2#50EAA0
3#2DE68D
4#19D379
5#15B065
6#108D51
7#0C693C
8#084628
9#042314
Tints
Lighter variations
1#A1F4CC
2#ABF5D1
3#B6F6D7
4#C0F8DD
5#CBF9E2
6#D5FAE8
7#E0FBEE
8#EAFDF4
9#F5FEF9
Tones
Muted variations
1#9BEEC6
2#9FE9C6
3#A4E5C5
4#A9E0C5
5#ADDCC5
6#B2D7C5
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 #C4F8DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C6 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECA8 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E78F | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C973 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A05C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7241 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF8;
--mint-100: #DFFBEE;
--mint-200: #C4F8DF;
--mint-300: #96F3C6;
--mint-400: #5FECA8;
--mint-500: #32E78F;
--mint-600: #18C973;
--mint-700: #13A05C;
--mint-800: #0D7241;
--mint-900: #09492A;
--mint-950: #052E1A;
}