Mint
#96F3A5
GreenColor Codes
All color formats for development
HEX
#96F3A5RGB
rgb(150, 243, 165)HSL
hsl(130, 79%, 77%)OKLCH
oklch(0.886 0.139 148.2)CMYK
cmyk(38%, 0%, 32%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF87
2#50EA6A
3#2DE64C
4#19D338
5#15B02E
6#108D25
7#0C691C
8#084613
9#042309
Tints
Lighter variations
1#A1F4AE
2#ABF5B7
3#B6F6C0
4#C0F8C9
5#CBF9D2
6#D5FADB
7#E0FBE4
8#EAFDED
9#F5FEF6
Tones
Muted variations
1#9BEEA9
2#9FE9AC
3#A4E5AF
4#A9E0B2
5#ADDCB5
6#B2D7B8
7#B6D2BB
8#BBCEBE
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3A5 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC77 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E750 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C935 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A02A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D721E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094913 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF3;
--mint-100: #DFFBE4;
--mint-200: #C4F8CC;
--mint-300: #96F3A5;
--mint-400: #5FEC77;
--mint-500: #32E750;
--mint-600: #18C935;
--mint-700: #13A02A;
--mint-800: #0D721E;
--mint-900: #094913;
--mint-950: #052E0C;
}