Mint
#97F2C9
GreenColor Codes
All color formats for development
HEX
#97F2C9RGB
rgb(151, 242, 201)HSL
hsl(153, 78%, 77%)OKLCH
oklch(0.893 0.105 163.9)CMYK
cmyk(38%, 0%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEB7
2#51E9A5
3#2EE593
4#1AD27F
5#16AF6A
6#118C55
7#0D693F
8#09462A
9#042315
Tints
Lighter variations
1#A1F3CE
2#ABF5D4
3#B6F6D9
4#C0F7DF
5#CBF9E4
6#D5FAE9
7#E0FBEF
8#EAFCF4
9#F5FEFA
Tones
Muted variations
1#9BEEC8
2#A0E9C8
3#A4E4C8
4#A9E0C7
5#ADDBC7
6#B2D7C6
7#B7D2C6
8#BBCDC5
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C9 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E695 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C879 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF8;
--mint-100: #DFFBEF;
--mint-200: #C4F8E0;
--mint-300: #97F2C9;
--mint-400: #60EBAD;
--mint-500: #33E695;
--mint-600: #19C879;
--mint-700: #149F60;
--mint-800: #0E7145;
--mint-900: #09492C;
--mint-950: #062D1B;
}