Mint
#9CED9F
GreenColor Codes
All color formats for development
HEX
#9CED9FRGB
rgb(156, 237, 159)HSL
hsl(122, 69%, 77%)OKLCH
oklch(0.874 0.133 145.2)CMYK
cmyk(34%, 0%, 33%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE77E
2#5AE15E
3#38DB3E
4#25C72A
5#1EA623
6#18851C
7#126415
8#0C420E
9#062107
Tints
Lighter variations
1#A6EFA8
2#B0F0B2
3#BAF2BC
4#C4F4C5
5#CDF6CF
6#D7F8D8
7#E1FAE2
8#EBFBEC
9#F5FDF5
Tones
Muted variations
1#A0E9A2
2#A4E5A6
3#A8E1AA
4#ACDDAE
5#B0D9B1
6#B4D5B5
7#B8D0B9
8#BCCCBD
9#C0C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CED9F | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E36C | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB42 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE28 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9720 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C17 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D450F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF2;
--mint-100: #E1F9E2;
--mint-200: #C7F5C9;
--mint-300: #9CED9F;
--mint-400: #68E36C;
--mint-500: #3DDB42;
--mint-600: #23BE28;
--mint-700: #1C9720;
--mint-800: #146C17;
--mint-900: #0D450F;
--mint-950: #082B09;
}