Mint
#96F3BB
GreenColor Codes
All color formats for development
HEX
#96F3BBRGB
rgb(150, 243, 187)HSL
hsl(144, 79%, 77%)OKLCH
oklch(0.891 0.119 156.6)CMYK
cmyk(38%, 0%, 23%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFA4
2#50EA8E
3#2DE677
4#19D363
5#15B053
6#108D42
7#0C6932
8#084621
9#042311
Tints
Lighter variations
1#A1F4C2
2#ABF5C9
3#B6F6CF
4#C0F8D6
5#CBF9DD
6#D5FAE4
7#E0FBEB
8#EAFDF1
9#F5FEF8
Tones
Muted variations
1#9BEEBC
2#9FE9BD
3#A4E5BE
4#A9E0BF
5#ADDCC0
6#B2D7C1
7#B6D2C2
8#BBCEC2
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BB | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC98 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E77A | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C95E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A04B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7236 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094922 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF6;
--mint-100: #DFFBEA;
--mint-200: #C4F8D9;
--mint-300: #96F3BB;
--mint-400: #5FEC98;
--mint-500: #32E77A;
--mint-600: #18C95E;
--mint-700: #13A04B;
--mint-800: #0D7236;
--mint-900: #094922;
--mint-950: #052E15;
}