Mint
#9AEFB9
GreenColor Codes
All color formats for development
HEX
#9AEFB9RGB
rgb(154, 239, 185)HSL
hsl(142, 73%, 77%)OKLCH
oklch(0.884 0.112 155.5)CMYK
cmyk(36%, 0%, 23%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAA1
2#56E58A
3#34DF73
4#20CC5F
5#1BAA4F
6#15883F
7#10662F
8#0B4420
9#052210
Tints
Lighter variations
1#A4F1C0
2#AEF2C7
3#B8F4CE
4#C2F5D5
5#CCF7DC
6#D6F9E3
7#E1FAEA
8#EBFCF1
9#F5FDF8
Tones
Muted variations
1#9EEBBA
2#A2E7BB
3#A6E2BC
4#ABDEBD
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 #C6F6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB9 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E794 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E076 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC25A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4721 | 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: #C6F6D7;
--mint-300: #9AEFB9;
--mint-400: #65E794;
--mint-500: #38E076;
--mint-600: #1EC25A;
--mint-700: #189A48;
--mint-800: #116E33;
--mint-900: #0B4721;
--mint-950: #072C15;
}