Mint
#96F3AD
GreenColor Codes
All color formats for development
HEX
#96F3ADRGB
rgb(150, 243, 173)HSL
hsl(135, 79%, 77%)OKLCH
oklch(0.888 0.132 150.9)CMYK
cmyk(38%, 0%, 29%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF92
2#50EA76
3#2DE65B
4#19D347
5#15B03B
6#108D30
7#0C6924
8#084618
9#04230C
Tints
Lighter variations
1#A1F4B5
2#ABF5BE
3#B6F6C6
4#C0F8CE
5#CBF9D6
6#D5FADE
7#E0FBE6
8#EAFDEF
9#F5FEF7
Tones
Muted variations
1#9BEEAF
2#9FE9B2
3#A4E5B4
4#A9E0B6
5#ADDCB9
6#B2D7BB
7#B6D2BD
8#BBCEC0
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3AD | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC82 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E75F | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C944 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A036 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7227 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094919 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF4;
--mint-100: #DFFBE6;
--mint-200: #C4F8D1;
--mint-300: #96F3AD;
--mint-400: #5FEC82;
--mint-500: #32E75F;
--mint-600: #18C944;
--mint-700: #13A036;
--mint-800: #0D7227;
--mint-900: #094919;
--mint-950: #052E0F;
}