Mint
#9AEFBF
GreenColor Codes
All color formats for development
HEX
#9AEFBFRGB
rgb(154, 239, 191)HSL
hsl(146, 73%, 77%)OKLCH
oklch(0.885 0.107 158.5)CMYK
cmyk(36%, 0%, 20%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAA9
2#56E594
3#34DF7E
4#20CC6A
5#1BAA59
6#158847
7#106635
8#0B4423
9#052212
Tints
Lighter variations
1#A4F1C5
2#AEF2CC
3#B8F4D2
4#C2F5D8
5#CCF7DF
6#D6F9E5
7#E1FAEC
8#EBFCF2
9#F5FDF9
Tones
Muted variations
1#9EEBBF
2#A2E7C0
3#A6E2C0
4#ABDEC1
5#AFDAC1
6#B3D5C2
7#B8D1C3
8#BCCDC3
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E79D | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E081 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC265 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4725 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E0FAEB;
--mint-200: #C6F6DB;
--mint-300: #9AEFBF;
--mint-400: #65E79D;
--mint-500: #38E081;
--mint-600: #1EC265;
--mint-700: #189A51;
--mint-800: #116E3A;
--mint-900: #0B4725;
--mint-950: #072C17;
}