Mint
#9AEFA5
GreenColor Codes
All color formats for development
HEX
#9AEFA5RGB
rgb(154, 239, 165)HSL
hsl(128, 73%, 77%)OKLCH
oklch(0.879 0.131 147.5)CMYK
cmyk(36%, 0%, 31%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA87
2#56E569
3#34DF4B
4#20CC37
5#1BAA2E
6#158824
7#10661B
8#0B4412
9#052209
Tints
Lighter variations
1#A4F1AE
2#AEF2B7
3#B8F4C0
4#C2F5C9
5#CCF7D2
6#D6F9DB
7#E1FAE4
8#EBFCED
9#F5FDF6
Tones
Muted variations
1#9EEBA8
2#A2E7AB
3#A6E2AE
4#ABDEB2
5#AFDAB5
6#B3D5B8
7#B8D1BB
8#BCCDBE
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E776 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E04F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC234 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E1E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4713 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF3;
--mint-100: #E0FAE4;
--mint-200: #C6F6CC;
--mint-300: #9AEFA5;
--mint-400: #65E776;
--mint-500: #38E04F;
--mint-600: #1EC234;
--mint-700: #189A29;
--mint-800: #116E1E;
--mint-900: #0B4713;
--mint-950: #072C0C;
}