Mint
#9BEEA7
GreenColor Codes
All color formats for development
HEX
#9BEEA7RGB
rgb(155, 238, 167)HSL
hsl(129, 71%, 77%)OKLCH
oklch(0.878 0.127 148)CMYK
cmyk(35%, 0%, 30%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E88A
2#58E36C
3#36DD4F
4#22C93B
5#1CA831
6#178628
7#11651E
8#0B4314
9#06220A
Tints
Lighter variations
1#A5F0B0
2#AFF1B9
3#B9F3C2
4#C3F5CA
5#CDF6D3
6#D7F8DC
7#E1FAE5
8#EBFCED
9#F5FDF6
Tones
Muted variations
1#9FEAAA
2#A3E6AD
3#A7E1B0
4#ABDDB3
5#B0D9B6
6#B4D5B9
7#B8D1BC
8#BCCDBF
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEA7 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E579 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE53 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C038 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A992D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D20 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4615 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E0FAE4;
--mint-200: #C6F5CD;
--mint-300: #9BEEA7;
--mint-400: #66E579;
--mint-500: #3BDE53;
--mint-600: #21C038;
--mint-700: #1A992D;
--mint-800: #126D20;
--mint-900: #0C4615;
--mint-950: #072C0D;
}