Mint
#97F298
GreenColor Codes
All color formats for development
HEX
#97F298RGB
rgb(151, 242, 152)HSL
hsl(121, 78%, 77%)OKLCH
oklch(0.882 0.15 144.4)CMYK
cmyk(38%, 0%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE76
2#51E953
3#2EE531
4#1AD21D
5#16AF18
6#118C13
7#0D690E
8#09460A
9#042305
Tints
Lighter variations
1#A1F3A2
2#ABF5AD
3#B6F6B7
4#C0F7C1
5#CBF9CC
6#D5FAD6
7#E0FBE0
8#EAFCEA
9#F5FEF5
Tones
Muted variations
1#9BEE9D
2#A0E9A1
3#A4E4A5
4#A9E0AA
5#ADDBAE
6#B2D7B3
7#B7D2B7
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 #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F298 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB62 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E636 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C81C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7110 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF2;
--mint-100: #DFFBE0;
--mint-200: #C4F8C5;
--mint-300: #97F298;
--mint-400: #60EB62;
--mint-500: #33E636;
--mint-600: #19C81C;
--mint-700: #149F16;
--mint-800: #0E7110;
--mint-900: #09490A;
--mint-950: #062D06;
}