Mint
#9AEFC0
GreenColor Codes
All color formats for development
HEX
#9AEFC0RGB
rgb(154, 239, 192)HSL
hsl(147, 73%, 77%)OKLCH
oklch(0.885 0.106 159.1)CMYK
cmyk(36%, 0%, 20%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAAB
2#56E596
3#34DF81
4#20CC6D
5#1BAA5B
6#158849
7#106637
8#0B4424
9#052212
Tints
Lighter variations
1#A4F1C6
2#AEF2CD
3#B8F4D3
4#C2F5D9
5#CCF7E0
6#D6F9E6
7#E1FAEC
8#EBFCF2
9#F5FDF9
Tones
Muted variations
1#9EEBC0
2#A2E7C1
3#A6E2C1
4#ABDEC2
5#AFDAC2
6#B3D5C3
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 #E0FAEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC0 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E79F | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E084 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC268 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4726 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E0FAEC;
--mint-200: #C6F6DB;
--mint-300: #9AEFC0;
--mint-400: #65E79F;
--mint-500: #38E084;
--mint-600: #1EC268;
--mint-700: #189A53;
--mint-800: #116E3B;
--mint-900: #0B4726;
--mint-950: #072C18;
}