Mint
#92F6C9
GreenColor Codes
All color formats for development
HEX
#92F6C9RGB
rgb(146, 246, 201)HSL
hsl(153, 85%, 77%)OKLCH
oklch(0.899 0.114 163.6)CMYK
cmyk(41%, 0%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3B7
2#4AF0A5
3#26ED93
4#12DA80
5#0FB66B
6#0C9155
7#096D40
8#06492B
9#032415
Tints
Lighter variations
1#9DF7CF
2#A8F8D4
3#B3F9D9
4#BEFADF
5#C9FBE4
6#D4FBEA
7#DEFCEF
8#E9FDF4
9#F4FEFA
Tones
Muted variations
1#97F1C9
2#9CECC8
3#A1E7C8
4#A6E2C7
5#ABDDC7
6#B0D8C6
7#B5D3C6
8#BACEC5
9#BFC9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6C9 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2AD | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEE96 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D07A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA561 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7645 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B2C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DEFCEF;
--mint-200: #C2FAE1;
--mint-300: #92F6C9;
--mint-400: #5AF2AD;
--mint-500: #2BEE96;
--mint-600: #11D07A;
--mint-700: #0DA561;
--mint-800: #0A7645;
--mint-900: #064B2C;
--mint-950: #042F1C;
}