Mint
#9AEFC7
GreenColor Codes
All color formats for development
HEX
#9AEFC7RGB
rgb(154, 239, 199)HSL
hsl(152, 73%, 77%)OKLCH
oklch(0.887 0.1 163.1)CMYK
cmyk(36%, 0%, 17%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAB5
2#56E5A2
3#34DF8F
4#20CC7C
5#1BAA67
6#158852
7#10663E
8#0B4429
9#052215
Tints
Lighter variations
1#A4F1CD
2#AEF2D2
3#B8F4D8
4#C2F5DE
5#CCF7E3
6#D6F9E9
7#E1FAEE
8#EBFCF4
9#F5FDF9
Tones
Muted variations
1#9EEBC7
2#A2E7C7
3#A6E2C6
4#ABDEC6
5#AFDAC6
6#B3D5C5
7#B8D1C5
8#BCCDC5
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7AA | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E092 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC276 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E0FAEE;
--mint-200: #C6F6DF;
--mint-300: #9AEFC7;
--mint-400: #65E7AA;
--mint-500: #38E092;
--mint-600: #1EC276;
--mint-700: #189A5E;
--mint-800: #116E43;
--mint-900: #0B472B;
--mint-950: #072C1B;
}