Mint
#9FE9C3
GreenColor Codes
All color formats for development
HEX
#9FE9C3RGB
rgb(159, 233, 195)HSL
hsl(149, 63%, 77%)OKLCH
oklch(0.875 0.091 161.4)CMYK
cmyk(32%, 0%, 16%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2AF
2#5FDB9B
3#3FD487
4#2CC073
5#24A060
6#1D804D
7#16603A
8#0F4026
9#072013
Tints
Lighter variations
1#A9EBC9
2#B3EECF
3#BCF0D5
4#C6F2DB
5#CFF4E1
6#D9F6E7
7#E2F8ED
8#ECFBF3
9#F5FDF9
Tones
Muted variations
1#A3E6C3
2#A7E2C3
3#AADEC3
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 #C9F3DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA4 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D58A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB76E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219157 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18683E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4328 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E2F8ED;
--mint-200: #C9F3DD;
--mint-300: #9FE9C3;
--mint-400: #6EDEA4;
--mint-500: #44D58A;
--mint-600: #2AB76E;
--mint-700: #219157;
--mint-800: #18683E;
--mint-900: #0F4328;
--mint-950: #092A19;
}