Mint
#96F3AF
GreenColor Codes
All color formats for development
HEX
#96F3AFRGB
rgb(150, 243, 175)HSL
hsl(136, 79%, 77%)OKLCH
oklch(0.888 0.13 151.6)CMYK
cmyk(38%, 0%, 28%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF94
2#50EA79
3#2DE65E
4#19D34A
5#15B03E
6#108D32
7#0C6925
8#084619
9#04230C
Tints
Lighter variations
1#A1F4B7
2#ABF5BF
3#B6F6C7
4#C0F8CF
5#CBF9D7
6#D5FADF
7#E0FBE7
8#EAFDEF
9#F5FEF7
Tones
Muted variations
1#9BEEB1
2#9FE9B3
3#A4E5B5
4#A9E0B7
5#ADDCBA
6#B2D7BC
7#B6D2BE
8#BBCEC0
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3AF | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC85 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E762 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C947 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A038 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7228 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF5;
--mint-100: #DFFBE7;
--mint-200: #C4F8D2;
--mint-300: #96F3AF;
--mint-400: #5FEC85;
--mint-500: #32E762;
--mint-600: #18C947;
--mint-700: #13A038;
--mint-800: #0D7228;
--mint-900: #09491A;
--mint-950: #052E10;
}