Mint
#9AEFA7
GreenColor Codes
All color formats for development
HEX
#9AEFA7RGB
rgb(154, 239, 167)HSL
hsl(129, 73%, 77%)OKLCH
oklch(0.88 0.129 148.2)CMYK
cmyk(36%, 0%, 30%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA89
2#56E56B
3#34DF4D
4#20CC3A
5#1BAA30
6#158826
7#10661D
8#0B4413
9#05220A
Tints
Lighter variations
1#A4F1AF
2#AEF2B8
3#B8F4C1
4#C2F5CA
5#CCF7D3
6#D6F9DC
7#E1FAE4
8#EBFCED
9#F5FDF6
Tones
Muted variations
1#9EEBA9
2#A2E7AC
3#A6E2AF
4#ABDEB2
5#AFDAB5
6#B3D5B8
7#B8D1BB
8#BCCDBE
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA6 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E778 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E052 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC237 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A2C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E1F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4714 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF3;
--mint-100: #E0FAE4;
--mint-200: #C6F6CD;
--mint-300: #9AEFA6;
--mint-400: #65E778;
--mint-500: #38E052;
--mint-600: #1EC237;
--mint-700: #189A2C;
--mint-800: #116E1F;
--mint-900: #0B4714;
--mint-950: #072C0C;
}