Mint
#9BEDC3
GreenColor Codes
All color formats for development
HEX
#9BEDC3RGB
rgb(155, 237, 195)HSL
hsl(149, 69%, 77%)OKLCH
oklch(0.882 0.1 161.1)CMYK
cmyk(35%, 0%, 18%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7AF
2#5AE19B
3#38DB87
4#25C773
5#1EA660
6#18854D
7#12643A
8#0C4226
9#062113
Tints
Lighter variations
1#A6EFC9
2#B0F0CF
3#BAF2D5
4#C4F4DB
5#CDF6E1
6#D7F8E7
7#E1FAED
8#EBFBF3
9#F5FDF9
Tones
Muted variations
1#A0E9C3
2#A4E5C3
3#A8E1C3
4#ACDDC4
5#B0D9C4
6#B4D5C4
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 #E1F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3A4 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB8A | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE6E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9757 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4528 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E1F9ED;
--mint-200: #C7F5DD;
--mint-300: #9CEDC3;
--mint-400: #68E3A4;
--mint-500: #3DDB8A;
--mint-600: #23BE6E;
--mint-700: #1C9757;
--mint-800: #146C3E;
--mint-900: #0D4528;
--mint-950: #082B19;
}