Mint
#9FE9A8
GreenColor Codes
All color formats for development
HEX
#9FE9A8RGB
rgb(159, 233, 168)HSL
hsl(127, 63%, 77%)OKLCH
oklch(0.869 0.116 147.5)CMYK
cmyk(32%, 0%, 28%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE28B
2#5FDB6E
3#3FD451
4#2CC03D
5#24A033
6#1D8029
7#16601E
8#0F4014
9#07200A
Tints
Lighter variations
1#A9EBB1
2#B3EEB9
3#BCF0C2
4#C6F2CB
5#CFF4D4
6#D9F6DC
7#E2F8E5
8#ECFBEE
9#F5FDF6
Tones
Muted variations
1#A3E6AB
2#A7E2AE
3#AADEB1
4#AEDBB3
5#B2D7B6
6#B6D3B9
7#B9CFBC
8#BDCCBF
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE7B | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D555 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB73A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21912E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186821 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4315 | 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: #F3FCF4;
--mint-100: #E2F8E5;
--mint-200: #C9F3CE;
--mint-300: #9FE9A8;
--mint-400: #6EDE7B;
--mint-500: #44D555;
--mint-600: #2AB73A;
--mint-700: #21912E;
--mint-800: #186821;
--mint-900: #0F4315;
--mint-950: #092A0D;
}