Mint
#9FE9A3
GreenColor Codes
All color formats for development
HEX
#9FE9A3RGB
rgb(159, 233, 163)HSL
hsl(123, 63%, 77%)OKLCH
oklch(0.868 0.121 145.7)CMYK
cmyk(32%, 0%, 30%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE284
2#5FDB66
3#3FD447
4#2CC033
5#24A02B
6#1D8022
7#16601A
8#0F4011
9#072009
Tints
Lighter variations
1#A9EBAC
2#B3EEB5
3#BCF0BF
4#C6F2C8
5#CFF4D1
6#D9F6DA
7#E2F8E3
8#ECFBED
9#F5FDF6
Tones
Muted variations
1#A3E6A6
2#A7E2AA
3#AADEAD
4#AEDBB0
5#B2D7B4
6#B6D3B7
7#B9CFBA
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 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE73 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D54B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB731 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219127 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18681C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4312 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF3;
--mint-100: #E2F8E3;
--mint-200: #C9F3CB;
--mint-300: #9FE9A3;
--mint-400: #6EDE73;
--mint-500: #44D54B;
--mint-600: #2AB731;
--mint-700: #219127;
--mint-800: #18681C;
--mint-900: #0F4312;
--mint-950: #092A0B;
}