Mint
#9AEFAF
GreenColor Codes
All color formats for development
HEX
#9AEFAFRGB
rgb(154, 239, 175)HSL
hsl(135, 73%, 77%)OKLCH
oklch(0.881 0.121 151.1)CMYK
cmyk(36%, 0%, 27%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA94
2#56E579
3#34DF5F
4#20CC4B
5#1BAA3E
6#158832
7#106625
8#0B4419
9#05220C
Tints
Lighter variations
1#A4F1B7
2#AEF2BF
3#B8F4C7
4#C2F5CF
5#CCF7D7
6#D6F9DF
7#E1FAE7
8#EBFCEF
9#F5FDF7
Tones
Muted variations
1#9EEBB1
2#A2E7B3
3#A6E2B5
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 #C6F6D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFAF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E785 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E062 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC247 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471A | 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: #F2FDF5;
--mint-100: #E0FAE7;
--mint-200: #C6F6D2;
--mint-300: #9AEFAF;
--mint-400: #65E785;
--mint-500: #38E062;
--mint-600: #1EC247;
--mint-700: #189A39;
--mint-800: #116E28;
--mint-900: #0B471A;
--mint-950: #072C10;
}