Mint
#9AEFB2
GreenColor Codes
All color formats for development
HEX
#9AEFB2RGB
rgb(154, 239, 178)HSL
hsl(137, 73%, 77%)OKLCH
oklch(0.882 0.118 152.3)CMYK
cmyk(36%, 0%, 26%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA98
2#56E57E
3#34DF64
4#20CC51
5#1BAA43
6#158836
7#106628
8#0B441B
9#05220D
Tints
Lighter variations
1#A4F1BA
2#AEF2C1
3#B8F4C9
4#C2F5D1
5#CCF7D8
6#D6F9E0
7#E1FAE8
8#EBFCF0
9#F5FDF7
Tones
Muted variations
1#9EEBB4
2#A2E7B6
3#A6E2B7
4#ABDEB9
5#AFDABB
6#B3D5BD
7#B8D1BF
8#BCCDC1
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB2 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E78A | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E068 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC24D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E0FAE8;
--mint-200: #C6F6D3;
--mint-300: #9AEFB2;
--mint-400: #65E78A;
--mint-500: #38E068;
--mint-600: #1EC24D;
--mint-700: #189A3D;
--mint-800: #116E2C;
--mint-900: #0B471C;
--mint-950: #072C11;
}