Mint
#97F2B5
GreenColor Codes
All color formats for development
HEX
#97F2B5RGB
rgb(151, 242, 181)HSL
hsl(140, 78%, 77%)OKLCH
oklch(0.888 0.122 153.9)CMYK
cmyk(38%, 0%, 25%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE9C
2#51E984
3#2EE56B
4#1AD257
5#16AF49
6#118C3A
7#0D692C
8#09461D
9#04230F
Tints
Lighter variations
1#A1F3BC
2#ABF5C4
3#B6F6CB
4#C0F7D3
5#CBF9DA
6#D5FAE1
7#E0FBE9
8#EAFCF0
9#F5FEF8
Tones
Muted variations
1#9BEEB7
2#A0E9B8
3#A4E4BA
4#A9E0BB
5#ADDBBD
6#B2D7BE
7#B7D2C0
8#BBCDC1
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B5 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB8F | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E66E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C853 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF5;
--mint-100: #DFFBE9;
--mint-200: #C4F8D5;
--mint-300: #97F2B5;
--mint-400: #60EB8F;
--mint-500: #33E66E;
--mint-600: #19C853;
--mint-700: #149F42;
--mint-800: #0E712F;
--mint-900: #09491E;
--mint-950: #062D13;
}