Mint
#9FE9C4
GreenColor Codes
All color formats for development
HEX
#9FE9C4RGB
rgb(159, 233, 196)HSL
hsl(150, 63%, 77%)OKLCH
oklch(0.875 0.09 162.1)CMYK
cmyk(32%, 0%, 16%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2B1
2#5FDB9D
3#3FD489
4#2CC076
5#24A062
6#1D804F
7#16603B
8#0F4027
9#072014
Tints
Lighter variations
1#A9EBCA
2#B3EED0
3#BCF0D6
4#C6F2DC
5#CFF4E2
6#D9F6E8
7#E2F8ED
8#ECFBF3
9#F5FDF9
Tones
Muted variations
1#A3E6C4
2#A7E2C4
3#AADEC4
4#AEDBC4
5#B2D7C4
6#B6D3C4
7#B9CFC4
8#BDCCC4
9#C1C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA6 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D58C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB770 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219159 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186840 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4329 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E2F8ED;
--mint-200: #C9F3DE;
--mint-300: #9FE9C4;
--mint-400: #6EDEA6;
--mint-500: #44D58C;
--mint-600: #2AB770;
--mint-700: #219159;
--mint-800: #186840;
--mint-900: #0F4329;
--mint-950: #092A1A;
}