Mint
#9FE9B1
GreenColor Codes
All color formats for development
HEX
#9FE9B1RGB
rgb(159, 233, 177)HSL
hsl(135, 63%, 77%)OKLCH
oklch(0.871 0.107 151.3)CMYK
cmyk(32%, 0%, 24%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE298
2#5FDB7E
3#3FD464
4#2CC051
5#24A043
6#1D8036
7#166028
8#0F401B
9#07200D
Tints
Lighter variations
1#A9EBBA
2#B3EEC1
3#BCF0C9
4#C6F2D1
5#CFF4D8
6#D9F6E0
7#E2F8E8
8#ECFBF0
9#F5FDF7
Tones
Muted variations
1#A3E6B4
2#A7E2B6
3#AADEB7
4#AEDBB9
5#B2D7BB
6#B6D3BD
7#B9CFBF
8#BDCCC1
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8A | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D568 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB74D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21913D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E2F8E8;
--mint-200: #C9F3D3;
--mint-300: #9FE9B2;
--mint-400: #6EDE8A;
--mint-500: #44D568;
--mint-600: #2AB74D;
--mint-700: #21913D;
--mint-800: #18682C;
--mint-900: #0F431C;
--mint-950: #092A11;
}