Mint
#9CEDBA
GreenColor Codes
All color formats for development
HEX
#9CEDBARGB
rgb(156, 237, 186)HSL
hsl(142, 69%, 77%)OKLCH
oklch(0.88 0.107 155.9)CMYK
cmyk(34%, 0%, 22%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7A2
2#5AE18B
3#38DB74
4#25C760
5#1EA650
6#188540
7#126430
8#0C4220
9#062110
Tints
Lighter variations
1#A6EFC1
2#B0F0C7
3#BAF2CE
4#C4F4D5
5#CDF6DC
6#D7F8E3
7#E1FAEA
8#EBFBF1
9#F5FDF8
Tones
Muted variations
1#A0E9BB
2#A4E5BC
3#A8E1BD
4#ACDDBE
5#B0D9BF
6#B4D5C0
7#B8D0C1
8#BCCCC2
9#C0C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDBA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E395 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9749 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4521 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E1F9EA;
--mint-200: #C7F5D8;
--mint-300: #9CEDBA;
--mint-400: #68E395;
--mint-500: #3DDB77;
--mint-600: #23BE5C;
--mint-700: #1C9749;
--mint-800: #146C34;
--mint-900: #0D4521;
--mint-950: #082B15;
}