Mint
#9CECC6
GreenColor Codes
All color formats for development
HEX
#9CECC6RGB
rgb(156, 236, 198)HSL
hsl(152, 68%, 77%)OKLCH
oklch(0.881 0.095 163.1)CMYK
cmyk(34%, 0%, 16%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6B4
2#5AE0A2
3#3AD98F
4#26C67B
5#1FA567
6#198452
7#13633E
8#0D4229
9#062115
Tints
Lighter variations
1#A6EECD
2#B0F0D2
3#BAF2D8
4#C4F4DD
5#CEF6E3
6#D8F7E9
7#E1F9EE
8#EBFBF4
9#F5FDF9
Tones
Muted variations
1#A0E8C7
2#A4E4C6
3#A8E0C6
4#ACDCC6
5#B0D8C6
6#B4D4C5
7#B8D0C5
8#BCCCC5
9#C0C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC7 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2AA | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA91 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D965D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E1F9EE;
--mint-200: #C7F4DF;
--mint-300: #9CECC7;
--mint-400: #69E2AA;
--mint-500: #3EDA91;
--mint-600: #24BC75;
--mint-700: #1D965D;
--mint-800: #146B43;
--mint-900: #0D452B;
--mint-950: #082B1B;
}