Mint
#96F396
GreenColor Codes
All color formats for development
HEX
#96F396RGB
rgb(150, 243, 150)HSL
hsl(120, 79%, 77%)OKLCH
oklch(0.884 0.154 144.1)CMYK
cmyk(38%, 0%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF73
2#50EA50
3#2DE62D
4#19D319
5#15B015
6#108D10
7#0C690C
8#084608
9#042304
Tints
Lighter variations
1#A1F4A1
2#ABF5AB
3#B6F6B6
4#C0F8C0
5#CBF9CB
6#D5FAD5
7#E0FBE0
8#EAFDEA
9#F5FEF5
Tones
Muted variations
1#9BEE9B
2#9FE99F
3#A4E5A4
4#A9E0A9
5#ADDCAD
6#B2D7B2
7#B6D2B6
8#BBCEBB
9#C0C9C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F396 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC5F | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E732 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C918 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A013 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D720D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094909 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF1;
--mint-100: #DFFBDF;
--mint-200: #C4F8C4;
--mint-300: #96F396;
--mint-400: #5FEC5F;
--mint-500: #32E732;
--mint-600: #18C918;
--mint-700: #13A013;
--mint-800: #0D720D;
--mint-900: #094909;
--mint-950: #052E05;
}