Mint
#9BEDC0
GreenColor Codes
All color formats for development
HEX
#9BEDC0RGB
rgb(155, 237, 192)HSL
hsl(147, 69%, 77%)OKLCH
oklch(0.881 0.102 159.4)CMYK
cmyk(35%, 0%, 19%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7AB
2#5AE196
3#38DB81
4#25C76E
5#1EA65B
6#188549
7#126437
8#0C4225
9#062112
Tints
Lighter variations
1#A6EFC7
2#B0F0CD
3#BAF2D3
4#C4F4D9
5#CDF6E0
6#D7F8E6
7#E1FAEC
8#EBFBF2
9#F5FDF9
Tones
Muted variations
1#A0E9C1
2#A4E5C1
3#A8E1C2
4#ACDDC2
5#B0D9C2
6#B4D5C3
7#B8D0C3
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 | C7F5 #C7F5DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC0 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3A0 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB84 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9753 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4526 | 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: #C7F5DC;
--mint-300: #9CEDC0;
--mint-400: #68E3A0;
--mint-500: #3DDB84;
--mint-600: #23BE68;
--mint-700: #1C9753;
--mint-800: #146C3B;
--mint-900: #0D4526;
--mint-950: #082B18;
}