Mint
#9FE9BA
GreenColor Codes
All color formats for development
HEX
#9FE9BARGB
rgb(159, 233, 186)HSL
hsl(142, 63%, 77%)OKLCH
oklch(0.873 0.099 155.9)CMYK
cmyk(32%, 0%, 20%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2A4
2#5FDB8D
3#3FD476
4#2CC062
5#24A052
6#1D8041
7#166031
8#0F4021
9#072010
Tints
Lighter variations
1#A9EBC1
2#B3EEC8
3#BCF0CF
4#C6F2D6
5#CFF4DD
6#D9F6E4
7#E2F8EA
8#ECFBF1
9#F5FDF8
Tones
Muted variations
1#A3E6BB
2#A7E2BC
3#AADEBD
4#AEDBBE
5#B2D7BF
6#B6D3C0
7#B9CFC1
8#BDCCC2
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9BA | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE97 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D579 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB75D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21914A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186835 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4322 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E2F8EA;
--mint-200: #C9F3D8;
--mint-300: #9FE9BA;
--mint-400: #6EDE97;
--mint-500: #44D579;
--mint-600: #2AB75D;
--mint-700: #21914A;
--mint-800: #186835;
--mint-900: #0F4322;
--mint-950: #092A15;
}