Mint
#9CEDBB
GreenColor Codes
All color formats for development
HEX
#9CEDBBRGB
rgb(156, 237, 187)HSL
hsl(143, 69%, 77%)OKLCH
oklch(0.881 0.106 156.4)CMYK
cmyk(34%, 0%, 21%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7A4
2#5AE18D
3#38DB77
4#25C763
5#1EA652
6#188542
7#126431
8#0C4221
9#062110
Tints
Lighter variations
1#A6EFC2
2#B0F0C9
3#BAF2CF
4#C4F4D6
5#CDF6DD
6#D7F8E4
7#E1FAEB
8#EBFBF1
9#F5FDF8
Tones
Muted variations
1#A0E9BC
2#A4E5BD
3#A8E1BE
4#ACDDBF
5#B0D9C0
6#B4D5C1
7#B8D0C2
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 #C7F5D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDBB | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E397 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB7A | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE5E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C974B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C35 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4522 | 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: #C7F5D9;
--mint-300: #9CEDBB;
--mint-400: #68E397;
--mint-500: #3DDB7A;
--mint-600: #23BE5E;
--mint-700: #1C974B;
--mint-800: #146C35;
--mint-900: #0D4522;
--mint-950: #082B15;
}