Mint
#9BEEB9
GreenColor Codes
All color formats for development
HEX
#9BEEB9RGB
rgb(155, 238, 185)HSL
hsl(142, 71%, 77%)OKLCH
oklch(0.882 0.11 155.4)CMYK
cmyk(35%, 0%, 22%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8A2
2#58E38B
3#36DD73
4#22C960
5#1CA850
6#178640
7#116530
8#0B4320
9#062210
Tints
Lighter variations
1#A5F0C0
2#AFF1C7
3#B9F3CE
4#C3F5D5
5#CDF6DC
6#D7F8E3
7#E1FAEA
8#EBFCF1
9#F5FDF8
Tones
Muted variations
1#9FEABA
2#A3E6BB
3#A7E1BD
4#ABDDBE
5#B0D9BF
6#B4D5C0
7#B8D1C1
8#BCCDC2
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEB9 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E595 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C05B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9948 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4621 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E0FAEA;
--mint-200: #C6F5D8;
--mint-300: #9BEEB9;
--mint-400: #66E595;
--mint-500: #3BDE77;
--mint-600: #21C05B;
--mint-700: #1A9948;
--mint-800: #126D34;
--mint-900: #0C4621;
--mint-950: #072C15;
}