Mint
#9AEFA1
GreenColor Codes
All color formats for development
HEX
#9AEFA1RGB
rgb(154, 239, 161)HSL
hsl(125, 73%, 77%)OKLCH
oklch(0.878 0.135 146.2)CMYK
cmyk(36%, 0%, 33%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA81
2#56E562
3#34DF42
4#20CC2E
5#1BAA26
6#15881F
7#106617
8#0B440F
9#052208
Tints
Lighter variations
1#A4F1AA
2#AEF2B4
3#B8F4BD
4#C2F5C6
5#CCF7D0
6#D6F9D9
7#E1FAE3
8#EBFCEC
9#F5FDF6
Tones
Muted variations
1#9EEBA4
2#A2E7A8
3#A6E2AB
4#ABDEAF
5#AFDAB3
6#B3D5B6
7#B8D1BA
8#BCCDBD
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E76F | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E046 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC22C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A23 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4710 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF3;
--mint-100: #E0FAE2;
--mint-200: #C6F6CA;
--mint-300: #9AEFA1;
--mint-400: #65E76F;
--mint-500: #38E046;
--mint-600: #1EC22C;
--mint-700: #189A23;
--mint-800: #116E19;
--mint-900: #0B4710;
--mint-950: #072C0A;
}