Mint
#9AEFAE
GreenColor Codes
All color formats for development
HEX
#9AEFAERGB
rgb(154, 239, 174)HSL
hsl(134, 73%, 77%)OKLCH
oklch(0.881 0.122 150.7)CMYK
cmyk(36%, 0%, 27%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA92
2#56E577
3#34DF5C
4#20CC48
5#1BAA3C
6#158830
7#106624
8#0B4418
9#05220C
Tints
Lighter variations
1#A4F1B6
2#AEF2BE
3#B8F4C6
4#C2F5CE
5#CCF7D6
6#D6F9DE
7#E1FAE7
8#EBFCEF
9#F5FDF7
Tones
Muted variations
1#9EEBB0
2#A2E7B2
3#A6E2B4
4#ABDEB7
5#AFDAB9
6#B3D5BB
7#B8D1BD
8#BCCDC0
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFAE | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E783 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E060 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC245 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E27 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4719 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E0FAE6;
--mint-200: #C6F6D1;
--mint-300: #9AEFAE;
--mint-400: #65E783;
--mint-500: #38E060;
--mint-600: #1EC245;
--mint-700: #189A37;
--mint-800: #116E27;
--mint-900: #0B4719;
--mint-950: #072C10;
}