Mint
#9CECC0
GreenColor Codes
All color formats for development
HEX
#9CECC0RGB
rgb(156, 236, 192)HSL
hsl(147, 68%, 77%)OKLCH
oklch(0.879 0.1 159.4)CMYK
cmyk(34%, 0%, 19%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6AB
2#5AE096
3#3AD981
4#26C66E
5#1FA55B
6#198449
7#136337
8#0D4225
9#062112
Tints
Lighter variations
1#A6EEC7
2#B0F0CD
3#BAF2D3
4#C4F4D9
5#CEF6E0
6#D8F7E6
7#E1F9EC
8#EBFBF2
9#F5FDF9
Tones
Muted variations
1#A0E8C1
2#A4E4C1
3#A8E0C2
4#ACDCC2
5#B0D8C2
6#B4D4C3
7#B8D0C3
8#BCCCC4
9#C0C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC0 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A0 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA84 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC69 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9653 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4526 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E1F9EC;
--mint-200: #C7F4DC;
--mint-300: #9CECC0;
--mint-400: #69E2A0;
--mint-500: #3EDA84;
--mint-600: #24BC69;
--mint-700: #1D9653;
--mint-800: #146B3B;
--mint-900: #0D4526;
--mint-950: #082B18;
}