Mint
#9CEDBC
GreenColor Codes
All color formats for development
HEX
#9CEDBCRGB
rgb(156, 237, 188)HSL
hsl(144, 69%, 77%)OKLCH
oklch(0.881 0.105 156.9)CMYK
cmyk(34%, 0%, 21%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7A6
2#5AE190
3#38DB79
4#25C766
5#1EA655
6#188544
7#126433
8#0C4222
9#062111
Tints
Lighter variations
1#A6EFC3
2#B0F0CA
3#BAF2D0
4#C4F4D7
5#CDF6DE
6#D7F8E4
7#E1FAEB
8#EBFBF2
9#F5FDF8
Tones
Muted variations
1#A0E9BD
2#A4E5BE
3#A8E1BF
4#ACDDBF
5#B0D9C0
6#B4D5C1
7#B8D0C2
8#BCCCC3
9#C0C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDBC | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E399 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB7C | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C974D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4523 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E1F9EB;
--mint-200: #C7F5D9;
--mint-300: #9CEDBC;
--mint-400: #68E399;
--mint-500: #3DDB7C;
--mint-600: #23BE61;
--mint-700: #1C974D;
--mint-800: #146C37;
--mint-900: #0D4523;
--mint-950: #082B16;
}