Mint
#96F398
GreenColor Codes
All color formats for development
HEX
#96F398RGB
rgb(150, 243, 152)HSL
hsl(121, 79%, 77%)OKLCH
oklch(0.884 0.152 144.6)CMYK
cmyk(38%, 0%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF75
2#50EA52
3#2DE630
4#19D31C
5#15B017
6#108D13
7#0C690E
8#084609
9#042305
Tints
Lighter variations
1#A1F4A2
2#ABF5AC
3#B6F6B7
4#C0F8C1
5#CBF9CB
6#D5FAD6
7#E0FBE0
8#EAFDEA
9#F5FEF5
Tones
Muted variations
1#9BEE9C
2#9FE9A1
3#A4E5A5
4#A9E0A9
5#ADDCAE
6#B2D7B2
7#B6D2B7
8#BBCEBB
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 #C4F8C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F398 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC62 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E735 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C91B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D720F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF2;
--mint-100: #DFFBE0;
--mint-200: #C4F8C5;
--mint-300: #96F398;
--mint-400: #5FEC62;
--mint-500: #32E735;
--mint-600: #18C91B;
--mint-700: #13A015;
--mint-800: #0D720F;
--mint-900: #09490A;
--mint-950: #052E06;
}