Mint
#96F39F
GreenColor Codes
All color formats for development
HEX
#96F39FRGB
rgb(150, 243, 159)HSL
hsl(126, 79%, 77%)OKLCH
oklch(0.885 0.145 146.5)CMYK
cmyk(38%, 0%, 35%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF7F
2#50EA5F
3#2DE63F
4#19D32B
5#15B024
6#108D1D
7#0C6916
8#08460E
9#042307
Tints
Lighter variations
1#A1F4A9
2#ABF5B2
3#B6F6BC
4#C0F8C6
5#CBF9CF
6#D5FAD9
7#E0FBE2
8#EAFDEC
9#F5FEF5
Tones
Muted variations
1#9BEEA3
2#9FE9A7
3#A4E5AA
4#A9E0AE
5#ADDCB2
6#B2D7B6
7#B6D2B9
8#BBCEBD
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F39F | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC6D | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E744 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C929 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A021 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7217 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF3;
--mint-100: #DFFBE2;
--mint-200: #C4F8C9;
--mint-300: #96F39F;
--mint-400: #5FEC6D;
--mint-500: #32E744;
--mint-600: #18C929;
--mint-700: #13A021;
--mint-800: #0D7217;
--mint-900: #09490F;
--mint-950: #052E09;
}