Mint
#9EEBBB
GreenColor Codes
All color formats for development
HEX
#9EEBBBRGB
rgb(158, 235, 187)HSL
hsl(143, 66%, 77%)OKLCH
oklch(0.877 0.101 156.3)CMYK
cmyk(33%, 0%, 20%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE4A5
2#5CDE8E
3#3CD777
4#28C464
5#21A353
6#1B8242
7#146232
8#0D4121
9#072111
Tints
Lighter variations
1#A7EDC2
2#B1EFC9
3#BBF1D0
4#C5F3D6
5#CEF5DD
6#D8F7E4
7#E2F9EB
8#ECFBF1
9#F5FDF8
Tones
Muted variations
1#A2E7BC
2#A5E3BD
3#A9DFBE
4#ADDCBF
5#B1D8C0
6#B5D4C1
7#B9D0C2
8#BDCCC3
9#C0C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBBB | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE198 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D87B | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA5F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E944C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4423 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF6;
--mint-100: #E1F9EA;
--mint-200: #C8F4D9;
--mint-300: #9EEBBB;
--mint-400: #6BE198;
--mint-500: #41D87B;
--mint-600: #26BA5F;
--mint-700: #1E944C;
--mint-800: #166A36;
--mint-900: #0E4423;
--mint-950: #092A16;
}