Mint
#97F2AC
GreenColor Codes
All color formats for development
HEX
#97F2ACRGB
rgb(151, 242, 172)HSL
hsl(134, 78%, 77%)OKLCH
oklch(0.886 0.13 150.4)CMYK
cmyk(38%, 0%, 29%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE90
2#51E974
3#2EE559
4#1AD245
5#16AF39
6#118C2E
7#0D6922
8#094617
9#04230B
Tints
Lighter variations
1#A1F3B4
2#ABF5BD
3#B6F6C5
4#C0F7CD
5#CBF9D5
6#D5FADE
7#E0FBE6
8#EAFCEE
9#F5FEF7
Tones
Muted variations
1#9BEEAE
2#A0E9B1
3#A4E4B3
4#A9E0B6
5#ADDBB8
6#B2D7BB
7#B7D2BD
8#BBCDBF
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB81 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E65D | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C842 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7125 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094918 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF4;
--mint-100: #DFFBE6;
--mint-200: #C4F8D0;
--mint-300: #97F2AC;
--mint-400: #60EB81;
--mint-500: #33E65D;
--mint-600: #19C842;
--mint-700: #149F34;
--mint-800: #0E7125;
--mint-900: #094918;
--mint-950: #062D0F;
}