Mint
#9FE9A7
GreenColor Codes
All color formats for development
HEX
#9FE9A7RGB
rgb(159, 233, 167)HSL
hsl(126, 63%, 77%)OKLCH
oklch(0.869 0.117 147.2)CMYK
cmyk(32%, 0%, 28%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE289
2#5FDB6C
3#3FD44E
4#2CC03A
5#24A031
6#1D8027
7#16601D
8#0F4013
9#07200A
Tints
Lighter variations
1#A9EBB0
2#B3EEB8
3#BCF0C1
4#C6F2CA
5#CFF4D3
6#D9F6DC
7#E2F8E5
8#ECFBED
9#F5FDF6
Tones
Muted variations
1#A3E6AA
2#A7E2AD
3#AADEB0
4#AEDBB3
5#B2D7B6
6#B6D3B9
7#B9CFBB
8#BDCCBE
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE79 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D552 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB738 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21912C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186820 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4314 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF3;
--mint-100: #E2F8E4;
--mint-200: #C9F3CD;
--mint-300: #9FE9A7;
--mint-400: #6EDE79;
--mint-500: #44D552;
--mint-600: #2AB738;
--mint-700: #21912C;
--mint-800: #186820;
--mint-900: #0F4314;
--mint-950: #092A0D;
}