Mint
#96F3AC
GreenColor Codes
All color formats for development
HEX
#96F3ACRGB
rgb(150, 243, 172)HSL
hsl(134, 79%, 77%)OKLCH
oklch(0.888 0.133 150.5)CMYK
cmyk(38%, 0%, 29%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF90
2#50EA74
3#2DE658
4#19D344
5#15B039
6#108D2D
7#0C6922
8#084617
9#04230B
Tints
Lighter variations
1#A1F4B4
2#ABF5BC
3#B6F6C5
4#C0F8CD
5#CBF9D5
6#D5FADE
7#E0FBE6
8#EAFDEE
9#F5FEF7
Tones
Muted variations
1#9BEEAE
2#9FE9B1
3#A4E5B3
4#A9E0B6
5#ADDCB8
6#B2D7BA
7#B6D2BD
8#BBCEBF
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3AC | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC80 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E75C | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C941 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A034 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7225 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094918 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF4;
--mint-100: #DFFBE6;
--mint-200: #C4F8D0;
--mint-300: #96F3AC;
--mint-400: #5FEC80;
--mint-500: #32E75C;
--mint-600: #18C941;
--mint-700: #13A034;
--mint-800: #0D7225;
--mint-900: #094918;
--mint-950: #052E0F;
}