Mint
#9DECC2
GreenColor Codes
All color formats for development
HEX
#9DECC2RGB
rgb(157, 236, 194)HSL
hsl(148, 68%, 77%)OKLCH
oklch(0.88 0.098 160.3)CMYK
cmyk(33%, 0%, 18%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6AD
2#5AE099
3#3AD984
4#26C670
5#1FA55E
6#19844B
7#136338
8#0D4225
9#062113
Tints
Lighter variations
1#A6EEC8
2#B0F0CE
3#BAF2D4
4#C4F4DA
5#CEF6E0
6#D8F7E6
7#E1F9ED
8#EBFBF3
9#F5FDF9
Tones
Muted variations
1#A0E8C2
2#A4E4C2
3#A8E0C2
4#ACDCC3
5#B0D8C3
6#B4D4C3
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 | C7F4 #C7F4DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC2 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9655 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B3D | 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: #C7F4DC;
--mint-300: #9CECC2;
--mint-400: #69E2A2;
--mint-500: #3EDA87;
--mint-600: #24BC6B;
--mint-700: #1D9655;
--mint-800: #146B3D;
--mint-900: #0D4527;
--mint-950: #082B18;
}