Mint
#9CEDB1
GreenColor Codes
All color formats for development
HEX
#9CEDB1RGB
rgb(156, 237, 177)HSL
hsl(136, 69%, 77%)OKLCH
oklch(0.878 0.115 151.7)CMYK
cmyk(34%, 0%, 25%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE798
2#5AE17E
3#38DB64
4#25C750
5#1EA643
6#188535
7#126428
8#0C421B
9#06210D
Tints
Lighter variations
1#A6EFB9
2#B0F0C1
3#BAF2C9
4#C4F4D0
5#CDF6D8
6#D7F8E0
7#E1FAE8
8#EBFBEF
9#F5FDF7
Tones
Muted variations
1#A0E9B3
2#A4E5B5
3#A8E1B7
4#ACDDB9
5#B0D9BB
6#B4D5BD
7#B8D0BF
8#BCCCC1
9#C0C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB1 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E389 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB67 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE4C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C973D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C2B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E1F9E7;
--mint-200: #C7F5D3;
--mint-300: #9CEDB1;
--mint-400: #68E389;
--mint-500: #3DDB67;
--mint-600: #23BE4C;
--mint-700: #1C973D;
--mint-800: #146C2B;
--mint-900: #0D451C;
--mint-950: #082B11;
}