Mint
#9CECBF
GreenColor Codes
All color formats for development
HEX
#9CECBFRGB
rgb(156, 236, 191)HSL
hsl(146, 68%, 77%)OKLCH
oklch(0.879 0.101 158.8)CMYK
cmyk(34%, 0%, 19%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6AA
2#5AE094
3#3AD97F
4#26C66B
5#1FA559
6#198447
7#136336
8#0D4224
9#062112
Tints
Lighter variations
1#A6EEC5
2#B0F0CC
3#BAF2D2
4#C4F4D9
5#CEF6DF
6#D8F7E5
7#E1F9EC
8#EBFBF2
9#F5FDF9
Tones
Muted variations
1#A0E8C0
2#A4E4C0
3#A8E0C1
4#ACDCC1
5#B0D8C2
6#B4D4C2
7#B8D0C3
8#BCCCC3
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 #C7F4DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBF | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E29E | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA82 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9651 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4525 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E1F9EC;
--mint-200: #C7F4DB;
--mint-300: #9CECBF;
--mint-400: #69E29E;
--mint-500: #3EDA82;
--mint-600: #24BC66;
--mint-700: #1D9651;
--mint-800: #146B3A;
--mint-900: #0D4525;
--mint-950: #082B17;
}