Mint
#9BEEC6
GreenColor Codes
All color formats for development
HEX
#9BEEC6RGB
rgb(155, 238, 198)HSL
hsl(151, 71%, 77%)OKLCH
oklch(0.885 0.099 162.6)CMYK
cmyk(35%, 0%, 17%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8B3
2#58E39F
3#36DD8C
4#22C979
5#1CA864
6#178650
7#11653C
8#0B4328
9#062214
Tints
Lighter variations
1#A5F0CB
2#AFF1D1
3#B9F3D7
4#C3F5DD
5#CDF6E2
6#D7F8E8
7#E1FAEE
8#EBFCF4
9#F5FDF9
Tones
Muted variations
1#9FEAC6
2#A3E6C5
3#A7E1C5
4#ABDDC5
5#B0D9C5
6#B4D5C5
7#B8D1C5
8#BCCDC5
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEC6 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5A8 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE8F | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C073 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A995B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C462A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E0FAEE;
--mint-200: #C6F5DF;
--mint-300: #9BEEC6;
--mint-400: #66E5A8;
--mint-500: #3BDE8F;
--mint-600: #21C073;
--mint-700: #1A995B;
--mint-800: #126D41;
--mint-900: #0C462A;
--mint-950: #072C1A;
}