Mint
#9FE9BD
GreenColor Codes
All color formats for development
HEX
#9FE9BDRGB
rgb(159, 233, 189)HSL
hsl(144, 63%, 77%)OKLCH
oklch(0.874 0.096 157.6)CMYK
cmyk(32%, 0%, 19%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2A7
2#5FDB91
3#3FD47B
4#2CC067
5#24A056
6#1D8045
7#166033
8#0F4022
9#072011
Tints
Lighter variations
1#A9EBC4
2#B3EECA
3#BCF0D1
4#C6F2D7
5#CFF4DE
6#D9F6E5
7#E2F8EB
8#ECFBF2
9#F5FDF8
Tones
Muted variations
1#A3E6BE
2#A7E2BE
3#AADEBF
4#AEDBC0
5#B2D7C1
6#B6D3C1
7#B9CFC2
8#BDCCC3
9#C1C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9BD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE9B | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D57E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB762 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21914E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186838 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E2F8EB;
--mint-200: #C9F3DA;
--mint-300: #9FE9BD;
--mint-400: #6EDE9B;
--mint-500: #44D57E;
--mint-600: #2AB762;
--mint-700: #21914E;
--mint-800: #186838;
--mint-900: #0F4324;
--mint-950: #092A16;
}