Mint
#97F2C6
GreenColor Codes
All color formats for development
HEX
#97F2C6RGB
rgb(151, 242, 198)HSL
hsl(151, 78%, 77%)OKLCH
oklch(0.892 0.107 162.2)CMYK
cmyk(38%, 0%, 18%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEB3
2#51E9A0
3#2EE58D
4#1AD279
5#16AF65
6#118C51
7#0D693C
8#094628
9#042314
Tints
Lighter variations
1#A1F3CC
2#ABF5D1
3#B6F6D7
4#C0F7DD
5#CBF9E2
6#D5FAE8
7#E0FBEE
8#EAFCF4
9#F5FEF9
Tones
Muted variations
1#9BEEC6
2#A0E9C6
3#A4E4C5
4#A9E0C5
5#ADDBC5
6#B2D7C5
7#B7D2C5
8#BBCDC5
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C6 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBA8 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E68F | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C873 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7141 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF8;
--mint-100: #DFFBEE;
--mint-200: #C4F8DF;
--mint-300: #97F2C6;
--mint-400: #60EBA8;
--mint-500: #33E68F;
--mint-600: #19C873;
--mint-700: #149F5C;
--mint-800: #0E7141;
--mint-900: #09492A;
--mint-950: #062D1A;
}