Mint
#9CEDC4
GreenColor Codes
All color formats for development
HEX
#9CEDC4RGB
rgb(156, 237, 196)HSL
hsl(150, 69%, 77%)OKLCH
oklch(0.883 0.098 161.5)CMYK
cmyk(34%, 0%, 17%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7B1
2#5AE19D
3#38DB89
4#25C776
5#1EA662
6#18854F
7#12643B
8#0C4227
9#062114
Tints
Lighter variations
1#A6EFCA
2#B0F0D0
3#BAF2D6
4#C4F4DC
5#CDF6E2
6#D7F8E8
7#E1FAED
8#EBFBF3
9#F5FDF9
Tones
Muted variations
1#A0E9C4
2#A4E5C4
3#A8E1C4
4#ACDDC4
5#B0D9C4
6#B4D5C4
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 #E1F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC4 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3A6 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9759 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C40 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4529 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E1F9ED;
--mint-200: #C7F5DE;
--mint-300: #9CEDC4;
--mint-400: #68E3A6;
--mint-500: #3DDB8C;
--mint-600: #23BE70;
--mint-700: #1C9759;
--mint-800: #146C40;
--mint-900: #0D4529;
--mint-950: #082B1A;
}