Mint
#9AEFBA
GreenColor Codes
All color formats for development
HEX
#9AEFBARGB
rgb(154, 239, 186)HSL
hsl(143, 73%, 77%)OKLCH
oklch(0.884 0.111 156)CMYK
cmyk(36%, 0%, 22%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAA3
2#56E58C
3#34DF75
4#20CC62
5#1BAA51
6#158841
7#106631
8#0B4421
9#052210
Tints
Lighter variations
1#A4F1C1
2#AEF2C8
3#B8F4CF
4#C2F5D6
5#CCF7DD
6#D6F9E4
7#E1FAEA
8#EBFCF1
9#F5FDF8
Tones
Muted variations
1#9EEBBB
2#A2E7BC
3#A6E2BD
4#ABDEBE
5#AFDABF
6#B3D5C0
7#B8D1C1
8#BCCDC2
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBA | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E797 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E079 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC25D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E35 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4722 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E0FAEA;
--mint-200: #C6F6D8;
--mint-300: #9AEFBA;
--mint-400: #65E797;
--mint-500: #38E079;
--mint-600: #1EC25D;
--mint-700: #189A4A;
--mint-800: #116E35;
--mint-900: #0B4722;
--mint-950: #072C15;
}