Mint
#97F29D
GreenColor Codes
All color formats for development
HEX
#97F29DRGB
rgb(151, 242, 157)HSL
hsl(124, 78%, 77%)OKLCH
oklch(0.883 0.145 145.7)CMYK
cmyk(38%, 0%, 35%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE7C
2#51E95B
3#2EE53A
4#1AD226
5#16AF20
6#118C19
7#0D6913
8#09460D
9#042306
Tints
Lighter variations
1#A1F3A7
2#ABF5B0
3#B6F6BA
4#C0F7C4
5#CBF9CE
6#D5FAD8
7#E0FBE2
8#EAFCEB
9#F5FEF5
Tones
Muted variations
1#9BEEA1
2#A0E9A5
3#A4E4A9
4#A9E0AD
5#ADDBB1
6#B2D7B4
7#B7D2B8
8#BBCDBC
9#C0C9C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29D | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB69 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E63F | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C824 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F1D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7115 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF2;
--mint-100: #DFFBE1;
--mint-200: #C4F8C7;
--mint-300: #97F29D;
--mint-400: #60EB69;
--mint-500: #33E63F;
--mint-600: #19C824;
--mint-700: #149F1D;
--mint-800: #0E7115;
--mint-900: #09490D;
--mint-950: #062D08;
}