Mint
#97F2C3
GreenColor Codes
All color formats for development
HEX
#97F2C3RGB
rgb(151, 242, 195)HSL
hsl(149, 78%, 77%)OKLCH
oklch(0.891 0.11 160.5)CMYK
cmyk(38%, 0%, 19%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEAF
2#51E99B
3#2EE586
4#1AD273
5#16AF60
6#118C4C
7#0D6939
8#094626
9#042313
Tints
Lighter variations
1#A1F3C9
2#ABF5CF
3#B6F6D5
4#C0F7DB
5#CBF9E1
6#D5FAE7
7#E0FBED
8#EAFCF3
9#F5FEF9
Tones
Muted variations
1#9BEEC3
2#A0E9C3
3#A4E4C3
4#A9E0C3
5#ADDBC4
6#B2D7C4
7#B7D2C4
8#BBCDC4
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C3 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBA3 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E689 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C86D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E713E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094928 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF7;
--mint-100: #DFFBED;
--mint-200: #C4F8DD;
--mint-300: #97F2C3;
--mint-400: #60EBA3;
--mint-500: #33E689;
--mint-600: #19C86D;
--mint-700: #149F57;
--mint-800: #0E713E;
--mint-900: #094928;
--mint-950: #062D19;
}