Mint
#96F3C4
GreenColor Codes
All color formats for development
HEX
#96F3C4RGB
rgb(150, 243, 196)HSL
hsl(150, 79%, 77%)OKLCH
oklch(0.893 0.111 161)CMYK
cmyk(38%, 0%, 19%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFB1
2#50EA9D
3#2DE689
4#19D376
5#15B062
6#108D4F
7#0C693B
8#084627
9#042314
Tints
Lighter variations
1#A1F4CA
2#ABF5D0
3#B6F6D6
4#C0F8DC
5#CBF9E2
6#D5FAE8
7#E0FBED
8#EAFDF3
9#F5FEF9
Tones
Muted variations
1#9BEEC4
2#9FE9C4
3#A4E5C4
4#A9E0C4
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 #C4F8DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C4 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECA6 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E78C | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C970 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A059 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7240 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094929 | 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: #F1FDF7;
--mint-100: #DFFBED;
--mint-200: #C4F8DE;
--mint-300: #96F3C4;
--mint-400: #5FECA6;
--mint-500: #32E78C;
--mint-600: #18C970;
--mint-700: #13A059;
--mint-800: #0D7240;
--mint-900: #094929;
--mint-950: #052E1A;
}