Mint
#9CEDC2
GreenColor Codes
All color formats for development
HEX
#9CEDC2RGB
rgb(156, 237, 194)HSL
hsl(148, 69%, 77%)OKLCH
oklch(0.882 0.1 160.3)CMYK
cmyk(34%, 0%, 18%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7AD
2#5AE199
3#38DB84
4#25C770
5#1EA65E
6#18854B
7#126438
8#0C4225
9#062113
Tints
Lighter variations
1#A6EFC8
2#B0F0CE
3#BAF2D4
4#C4F4DA
5#CDF6E0
6#D7F8E6
7#E1FAED
8#EBFBF3
9#F5FDF9
Tones
Muted variations
1#A0E9C2
2#A4E5C2
3#A8E1C2
4#ACDDC3
5#B0D9C3
6#B4D5C3
7#B8D0C4
8#BCCCC4
9#C0C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC2 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3A2 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9755 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4527 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E1F9EC;
--mint-200: #C7F5DC;
--mint-300: #9CEDC2;
--mint-400: #68E3A2;
--mint-500: #3DDB87;
--mint-600: #23BE6B;
--mint-700: #1C9755;
--mint-800: #146C3D;
--mint-900: #0D4527;
--mint-950: #082B18;
}