Mint
#96F399
GreenColor Codes
All color formats for development
HEX
#96F399RGB
rgb(150, 243, 153)HSL
hsl(122, 79%, 77%)OKLCH
oklch(0.884 0.151 144.9)CMYK
cmyk(38%, 0%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF77
2#50EA55
3#2DE633
4#19D31F
5#15B01A
6#108D15
7#0C690F
8#08460A
9#042305
Tints
Lighter variations
1#A1F4A3
2#ABF5AD
3#B6F6B8
4#C0F8C2
5#CBF9CC
6#D5FAD6
7#E0FBE0
8#EAFDEB
9#F5FEF5
Tones
Muted variations
1#9BEE9D
2#9FE9A2
3#A4E5A6
4#A9E0AA
5#ADDCAF
6#B2D7B3
7#B6D2B7
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 #C4F8C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F399 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC64 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E738 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C91D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A017 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7211 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490B | 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: #C4F8C5;
--mint-300: #96F399;
--mint-400: #5FEC64;
--mint-500: #32E738;
--mint-600: #18C91D;
--mint-700: #13A017;
--mint-800: #0D7211;
--mint-900: #09490B;
--mint-950: #052E07;
}