Mint
#96F39B
GreenColor Codes
All color formats for development
HEX
#96F39BRGB
rgb(150, 243, 155)HSL
hsl(123, 79%, 77%)OKLCH
oklch(0.885 0.149 145.4)CMYK
cmyk(38%, 0%, 36%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF79
2#50EA57
3#2DE636
4#19D322
5#15B01C
6#108D17
7#0C6911
8#08460B
9#042306
Tints
Lighter variations
1#A1F4A5
2#ABF5AF
3#B6F6B9
4#C0F8C3
5#CBF9CD
6#D5FAD7
7#E0FBE1
8#EAFDEB
9#F5FEF5
Tones
Muted variations
1#9BEE9F
2#9FE9A3
3#A4E5A7
4#A9E0AB
5#ADDCAF
6#B2D7B4
7#B6D2B8
8#BBCEBC
9#C0C9C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F39B | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC66 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E73B | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C920 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A01A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7212 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF2;
--mint-100: #DFFBE0;
--mint-200: #C4F8C6;
--mint-300: #96F39B;
--mint-400: #5FEC66;
--mint-500: #32E73B;
--mint-600: #18C920;
--mint-700: #13A01A;
--mint-800: #0D7212;
--mint-900: #09490C;
--mint-950: #052E07;
}