Mint
#96F3C3
GreenColor Codes
All color formats for development
HEX
#96F3C3RGB
rgb(150, 243, 195)HSL
hsl(149, 79%, 77%)OKLCH
oklch(0.893 0.112 160.5)CMYK
cmyk(38%, 0%, 20%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFAF
2#50EA9B
3#2DE686
4#19D373
5#15B060
6#108D4C
7#0C6939
8#084626
9#042313
Tints
Lighter variations
1#A1F4C9
2#ABF5CF
3#B6F6D5
4#C0F8DB
5#CBF9E1
6#D5FAE7
7#E0FBED
8#EAFDF3
9#F5FEF9
Tones
Muted variations
1#9BEEC3
2#9FE9C3
3#A4E5C3
4#A9E0C3
5#ADDCC4
6#B2D7C4
7#B6D2C4
8#BBCEC4
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECA3 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E789 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C96D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A057 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D723E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094928 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF7;
--mint-100: #DFFBED;
--mint-200: #C4F8DD;
--mint-300: #96F3C3;
--mint-400: #5FECA3;
--mint-500: #32E789;
--mint-600: #18C96D;
--mint-700: #13A057;
--mint-800: #0D723E;
--mint-900: #094928;
--mint-950: #052E19;
}