Mint
#9CECBA
GreenColor Codes
All color formats for development
HEX
#9CECBARGB
rgb(156, 236, 186)HSL
hsl(142, 68%, 77%)OKLCH
oklch(0.878 0.105 156.1)CMYK
cmyk(34%, 0%, 21%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6A3
2#5AE08B
3#3AD974
4#26C660
5#1FA550
6#198440
7#136330
8#0D4220
9#062110
Tints
Lighter variations
1#A6EEC1
2#B0F0C8
3#BAF2CF
4#C4F4D5
5#CEF6DC
6#D8F7E3
7#E1F9EA
8#EBFBF1
9#F5FDF8
Tones
Muted variations
1#A0E8BB
2#A4E4BC
3#A8E0BD
4#ACDCBE
5#B0D8BF
6#B4D4C0
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 | C7F4 #C7F4D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E296 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9649 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B34 | 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: #C7F4D8;
--mint-300: #9CECBA;
--mint-400: #69E296;
--mint-500: #3EDA77;
--mint-600: #24BC5C;
--mint-700: #1D9649;
--mint-800: #146B34;
--mint-900: #0D4521;
--mint-950: #082B15;
}