Mint
#9BED9D
GreenColor Codes
All color formats for development
HEX
#9BED9DRGB
rgb(155, 237, 157)HSL
hsl(121, 69%, 77%)OKLCH
oklch(0.874 0.135 144.9)CMYK
cmyk(35%, 0%, 34%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE77C
2#5AE15C
3#38DB3B
4#25C727
5#1EA621
6#18851A
7#126414
8#0C420D
9#062107
Tints
Lighter variations
1#A6EFA7
2#B0F0B1
3#BAF2BB
4#C4F4C4
5#CDF6CE
6#D7F8D8
7#E1FAE2
8#EBFBEB
9#F5FDF5
Tones
Muted variations
1#A0E9A1
2#A4E5A5
3#A8E1A9
4#ACDDAD
5#B0D9B1
6#B4D5B5
7#B8D0B9
8#BCCCBD
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 #C7F5C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CED9D | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E36A | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB40 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE25 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C971E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C15 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D450E | 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: #C7F5C8;
--mint-300: #9CED9D;
--mint-400: #68E36A;
--mint-500: #3DDB40;
--mint-600: #23BE25;
--mint-700: #1C971E;
--mint-800: #146C15;
--mint-900: #0D450E;
--mint-950: #082B08;
}