Mint
#92F6C8
GreenColor Codes
All color formats for development
HEX
#92F6C8RGB
rgb(146, 246, 200)HSL
hsl(152, 85%, 77%)OKLCH
oklch(0.899 0.115 163)CMYK
cmyk(41%, 0%, 19%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3B5
2#4AF0A3
3#26ED90
4#12DA7C
5#0FB668
6#0C9153
7#096D3E
8#064929
9#032415
Tints
Lighter variations
1#9DF7CD
2#A8F8D3
3#B3F9D8
4#BEFADE
5#C9FBE3
6#D4FBE9
7#DEFCEE
8#E9FDF4
9#F4FEF9
Tones
Muted variations
1#97F1C7
2#9CECC7
3#A1E7C7
4#A6E2C6
5#ABDDC6
6#B0D8C6
7#B5D3C5
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 #DEFCEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6C8 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2AB | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEE93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D077 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA55E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7643 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B2B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DEFCEE;
--mint-200: #C2FAE0;
--mint-300: #92F6C8;
--mint-400: #5AF2AB;
--mint-500: #2BEE93;
--mint-600: #11D077;
--mint-700: #0DA55E;
--mint-800: #0A7643;
--mint-900: #064B2B;
--mint-950: #042F1B;
}