Mint
#9AEFB0
GreenColor Codes
All color formats for development
HEX
#9AEFB0RGB
rgb(154, 239, 176)HSL
hsl(136, 73%, 77%)OKLCH
oklch(0.882 0.12 151.5)CMYK
cmyk(36%, 0%, 26%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA96
2#56E57C
3#34DF61
4#20CC4E
5#1BAA41
6#158834
7#106627
8#0B441A
9#05220D
Tints
Lighter variations
1#A4F1B8
2#AEF2C0
3#B8F4C8
4#C2F5D0
5#CCF7D8
6#D6F9E0
7#E1FAE7
8#EBFCEF
9#F5FDF7
Tones
Muted variations
1#9EEBB2
2#A2E7B4
3#A6E2B6
4#ABDEB8
5#AFDABA
6#B3D5BC
7#B8D1BE
8#BCCDC0
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB0 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E787 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E065 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC24A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E0FAE7;
--mint-200: #C6F6D3;
--mint-300: #9AEFB0;
--mint-400: #65E787;
--mint-500: #38E065;
--mint-600: #1EC24A;
--mint-700: #189A3B;
--mint-800: #116E2A;
--mint-900: #0B471B;
--mint-950: #072C11;
}