Mint
#9AEFA2
GreenColor Codes
All color formats for development
HEX
#9AEFA2RGB
rgb(154, 239, 162)HSL
hsl(126, 73%, 77%)OKLCH
oklch(0.879 0.134 146.6)CMYK
cmyk(36%, 0%, 32%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA83
2#56E564
3#34DF45
4#20CC31
5#1BAA29
6#158821
7#106619
8#0B4410
9#052208
Tints
Lighter variations
1#A4F1AB
2#AEF2B5
3#B8F4BE
4#C2F5C7
5#CCF7D1
6#D6F9DA
7#E1FAE3
8#EBFCEC
9#F5FDF6
Tones
Muted variations
1#9EEBA6
2#A2E7A9
3#A6E2AC
4#ABDEB0
5#AFDAB3
6#B3D5B7
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 #E0FAE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA2 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E772 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E049 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC22F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4711 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF3;
--mint-100: #E0FAE3;
--mint-200: #C6F6CA;
--mint-300: #9AEFA2;
--mint-400: #65E772;
--mint-500: #38E049;
--mint-600: #1EC22F;
--mint-700: #189A25;
--mint-800: #116E1B;
--mint-900: #0B4711;
--mint-950: #072C0B;
}