Mint
#9BEDC6
GreenColor Codes
All color formats for development
HEX
#9BEDC6RGB
rgb(155, 237, 198)HSL
hsl(151, 69%, 77%)OKLCH
oklch(0.883 0.097 163)CMYK
cmyk(35%, 0%, 16%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7B3
2#5AE19F
3#38DB8C
4#25C779
5#1EA664
6#188550
7#12643C
8#0C4228
9#062114
Tints
Lighter variations
1#A6EFCB
2#B0F0D1
3#BAF2D7
4#C4F4DD
5#CDF6E2
6#D7F8E8
7#E1FAEE
8#EBFBF4
9#F5FDF9
Tones
Muted variations
1#A0E9C6
2#A4E5C5
3#A8E1C5
4#ACDDC5
5#B0D9C5
6#B4D5C5
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 | C7F5 #C7F5DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC6 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3A8 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB8F | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C975B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C41 | 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: #C7F5DF;
--mint-300: #9CEDC6;
--mint-400: #68E3A8;
--mint-500: #3DDB8F;
--mint-600: #23BE73;
--mint-700: #1C975B;
--mint-800: #146C41;
--mint-900: #0D452A;
--mint-950: #082B1A;
}