Mint
#9CED9C
GreenColor Codes
All color formats for development
HEX
#9CED9CRGB
rgb(156, 237, 156)HSL
hsl(120, 69%, 77%)OKLCH
oklch(0.874 0.136 144.3)CMYK
cmyk(34%, 0%, 34%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE77B
2#5AE15A
3#38DB38
4#25C725
5#1EA61E
6#188518
7#126412
8#0C420C
9#062106
Tints
Lighter variations
1#A6EFA6
2#B0F0B0
3#BAF2BA
4#C4F4C4
5#CDF6CD
6#D7F8D7
7#E1FAE1
8#EBFBEB
9#F5FDF5
Tones
Muted variations
1#A0E9A0
2#A4E5A4
3#A8E1A8
4#ACDDAC
5#B0D9B0
6#B4D5B4
7#B8D0B8
8#BCCCBC
9#C0C8C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CED9C | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E368 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB3D | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE23 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C971C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C14 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D450D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF2;
--mint-100: #E1F9E1;
--mint-200: #C7F5C7;
--mint-300: #9CED9C;
--mint-400: #68E368;
--mint-500: #3DDB3D;
--mint-600: #23BE23;
--mint-700: #1C971C;
--mint-800: #146C14;
--mint-900: #0D450D;
--mint-950: #082B08;
}