Mint
#9DECC6
GreenColor Codes
All color formats for development
HEX
#9DECC6RGB
rgb(157, 236, 198)HSL
hsl(151, 68%, 77%)OKLCH
oklch(0.881 0.094 162.8)CMYK
cmyk(33%, 0%, 16%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6B2
2#5AE09F
3#3AD98C
4#26C678
5#1FA564
6#198450
7#13633C
8#0D4228
9#062114
Tints
Lighter variations
1#A6EECB
2#B0F0D1
3#BAF2D7
4#C4F4DD
5#CEF6E2
6#D8F7E8
7#E1F9EE
8#EBFBF4
9#F5FDF9
Tones
Muted variations
1#A0E8C6
2#A4E4C5
3#A8E0C5
4#ACDCC5
5#B0D8C5
6#B4D4C5
7#B8D0C5
8#BCCCC5
9#C0C8C4
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 #9CECC6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A8 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA8F | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D965B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452A | 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: #F2FDF8;
--mint-100: #E1F9EE;
--mint-200: #C7F4DF;
--mint-300: #9CECC6;
--mint-400: #69E2A8;
--mint-500: #3EDA8F;
--mint-600: #24BC73;
--mint-700: #1D965B;
--mint-800: #146B41;
--mint-900: #0D452A;
--mint-950: #082B1A;
}