Mint
#9EEBC7
GreenColor Codes
All color formats for development
HEX
#9EEBC7RGB
rgb(158, 235, 199)HSL
hsl(152, 66%, 77%)OKLCH
oklch(0.88 0.091 163.6)CMYK
cmyk(33%, 0%, 15%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE4B4
2#5CDEA1
3#3CD78F
4#28C47B
5#21A366
6#1B8252
7#14623D
8#0D4129
9#072114
Tints
Lighter variations
1#A7EDCD
2#B1EFD2
3#BBF1D8
4#C5F3DD
5#CEF5E3
6#D8F7E9
7#E2F9EE
8#ECFBF4
9#F5FDF9
Tones
Muted variations
1#A2E7C7
2#A5E3C6
3#A9DFC6
4#ADDCC6
5#B1D8C6
6#B5D4C5
7#B9D0C5
8#BDCCC5
9#C0C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBC7 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1AA | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D891 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E945D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF8;
--mint-100: #E1F9EE;
--mint-200: #C8F4DF;
--mint-300: #9EEBC7;
--mint-400: #6BE1AA;
--mint-500: #41D891;
--mint-600: #26BA75;
--mint-700: #1E945D;
--mint-800: #166A43;
--mint-900: #0E442B;
--mint-950: #092A1B;
}