Mint
#9FE9B7
GreenColor Codes
All color formats for development
HEX
#9FE9B7RGB
rgb(159, 233, 183)HSL
hsl(139, 63%, 77%)OKLCH
oklch(0.872 0.101 154.3)CMYK
cmyk(32%, 0%, 21%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE29F
2#5FDB86
3#3FD46E
4#2CC05B
5#24A04B
6#1D803C
7#16602D
8#0F401E
9#07200F
Tints
Lighter variations
1#A9EBBE
2#B3EEC5
3#BCF0CC
4#C6F2D4
5#CFF4DB
6#D9F6E2
7#E2F8E9
8#ECFBF1
9#F5FDF8
Tones
Muted variations
1#A3E6B8
2#A7E2BA
3#AADEBB
4#AEDBBC
5#B2D7BE
6#B6D3BF
7#B9CFC0
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 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE91 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D572 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB756 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219145 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186831 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E2F8E9;
--mint-200: #C9F3D6;
--mint-300: #9FE9B7;
--mint-400: #6EDE91;
--mint-500: #44D572;
--mint-600: #2AB756;
--mint-700: #219145;
--mint-800: #186831;
--mint-900: #0F431F;
--mint-950: #092A14;
}