Mint
#97F29E
GreenColor Codes
All color formats for development
HEX
#97F29ERGB
rgb(151, 242, 158)HSL
hsl(125, 78%, 77%)OKLCH
oklch(0.883 0.144 146)CMYK
cmyk(38%, 0%, 35%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE7E
2#51E95D
3#2EE53D
4#1AD229
5#16AF22
6#118C1B
7#0D6915
8#09460E
9#042307
Tints
Lighter variations
1#A1F3A8
2#ABF5B2
3#B6F6BB
4#C0F7C5
5#CBF9CF
6#D5FAD8
7#E0FBE2
8#EAFCEC
9#F5FEF5
Tones
Muted variations
1#9BEEA2
2#A0E9A6
3#A4E4AA
4#A9E0AD
5#ADDBB1
6#B2D7B5
7#B7D2B9
8#BBCDBD
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29E | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB6C | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E642 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C827 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F1F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7116 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF2;
--mint-100: #DFFBE2;
--mint-200: #C4F8C8;
--mint-300: #97F29E;
--mint-400: #60EB6C;
--mint-500: #33E642;
--mint-600: #19C827;
--mint-700: #149F1F;
--mint-800: #0E7116;
--mint-900: #09490E;
--mint-950: #062D09;
}