Mint
#9AEFAC
GreenColor Codes
All color formats for development
HEX
#9AEFACRGB
rgb(154, 239, 172)HSL
hsl(133, 73%, 77%)OKLCH
oklch(0.881 0.124 150)CMYK
cmyk(36%, 0%, 28%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA90
2#56E575
3#34DF59
4#20CC45
5#1BAA3A
6#15882E
7#106623
8#0B4417
9#05220C
Tints
Lighter variations
1#A4F1B4
2#AEF2BD
3#B8F4C5
4#C2F5CD
5#CCF7D6
6#D6F9DE
7#E1FAE6
8#EBFCEE
9#F5FDF7
Tones
Muted variations
1#9EEBAF
2#A2E7B1
3#A6E2B3
4#ABDEB6
5#AFDAB8
6#B3D5BB
7#B8D1BD
8#BCCDBF
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 #C6F6D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFAC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E781 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E05D | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC242 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E25 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4718 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E0FAE6;
--mint-200: #C6F6D0;
--mint-300: #9AEFAC;
--mint-400: #65E781;
--mint-500: #38E05D;
--mint-600: #1EC242;
--mint-700: #189A34;
--mint-800: #116E25;
--mint-900: #0B4718;
--mint-950: #072C0F;
}