Mint
#9AEF9D
GreenColor Codes
All color formats for development
HEX
#9AEF9DRGB
rgb(154, 239, 157)HSL
hsl(122, 73%, 77%)OKLCH
oklch(0.878 0.139 145.1)CMYK
cmyk(36%, 0%, 34%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA7B
2#56E55A
3#34DF39
4#20CC26
5#1BAA1F
6#158819
7#106613
8#0B440D
9#052206
Tints
Lighter variations
1#A4F1A6
2#AEF2B0
3#B8F4BA
4#C2F5C4
5#CCF7CE
6#D6F9D8
7#E1FAE1
8#EBFCEB
9#F5FDF5
Tones
Muted variations
1#9EEBA0
2#A2E7A4
3#A6E2A8
4#ABDEAC
5#AFDAB0
6#B3D5B4
7#B8D1B8
8#BCCDBC
9#C0C9C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEF9C | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E769 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E03E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC224 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A1C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E14 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B470D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF2;
--mint-100: #E0FAE1;
--mint-200: #C6F6C7;
--mint-300: #9AEF9C;
--mint-400: #65E769;
--mint-500: #38E03E;
--mint-600: #1EC224;
--mint-700: #189A1C;
--mint-800: #116E14;
--mint-900: #0B470D;
--mint-950: #072C08;
}