Mint
#97F2A8
GreenColor Codes
All color formats for development
HEX
#97F2A8RGB
rgb(151, 242, 168)HSL
hsl(131, 78%, 77%)OKLCH
oklch(0.885 0.134 149)CMYK
cmyk(38%, 0%, 31%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE8A
2#51E96D
3#2EE54F
4#1AD23C
5#16AF32
6#118C28
7#0D691E
8#094614
9#04230A
Tints
Lighter variations
1#A1F3B0
2#ABF5B9
3#B6F6C2
4#C0F7CA
5#CBF9D3
6#D5FADC
7#E0FBE5
8#EAFCED
9#F5FEF6
Tones
Muted variations
1#9BEEAA
2#A0E9AD
3#A4E4B0
4#A9E0B3
5#ADDBB6
6#B2D7B9
7#B7D2BC
8#BBCDBF
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB7A | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E654 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C839 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F2D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7120 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094915 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF4;
--mint-100: #DFFBE4;
--mint-200: #C4F8CD;
--mint-300: #97F2A7;
--mint-400: #60EB7A;
--mint-500: #33E654;
--mint-600: #19C839;
--mint-700: #149F2D;
--mint-800: #0E7120;
--mint-900: #094915;
--mint-950: #062D0D;
}