Mint
#96F3BE
GreenColor Codes
All color formats for development
HEX
#96F3BERGB
rgb(150, 243, 190)HSL
hsl(146, 79%, 77%)OKLCH
oklch(0.892 0.116 158)CMYK
cmyk(38%, 0%, 22%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFA8
2#50EA93
3#2DE67D
4#19D369
5#15B058
6#108D46
7#0C6935
8#084623
9#042312
Tints
Lighter variations
1#A1F4C5
2#ABF5CB
3#B6F6D2
4#C0F8D8
5#CBF9DF
6#D5FAE5
7#E0FBEC
8#EAFDF2
9#F5FEF9
Tones
Muted variations
1#9BEEBF
2#9FE9BF
3#A4E5C0
4#A9E0C1
5#ADDCC1
6#B2D7C2
7#B6D2C2
8#BBCEC3
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BE | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC9C | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E780 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C964 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A050 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7239 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094925 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF7;
--mint-100: #DFFBEB;
--mint-200: #C4F8DA;
--mint-300: #96F3BE;
--mint-400: #5FEC9C;
--mint-500: #32E780;
--mint-600: #18C964;
--mint-700: #13A050;
--mint-800: #0D7239;
--mint-900: #094925;
--mint-950: #052E17;
}