Mint
#97F29B
GreenColor Codes
All color formats for development
HEX
#97F29BRGB
rgb(151, 242, 155)HSL
hsl(123, 78%, 77%)OKLCH
oklch(0.883 0.147 145.2)CMYK
cmyk(38%, 0%, 36%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE7A
2#51E958
3#2EE537
4#1AD223
5#16AF1D
6#118C17
7#0D6912
8#09460C
9#042306
Tints
Lighter variations
1#A1F3A5
2#ABF5AF
3#B6F6B9
4#C0F7C3
5#CBF9CD
6#D5FAD7
7#E0FBE1
8#EAFCEB
9#F5FEF5
Tones
Muted variations
1#9BEE9F
2#A0E9A3
3#A4E4A8
4#A9E0AC
5#ADDBB0
6#B2D7B4
7#B7D2B8
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 #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29B | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB67 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E63C | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C821 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F1B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7113 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF2;
--mint-100: #DFFBE1;
--mint-200: #C4F8C7;
--mint-300: #97F29B;
--mint-400: #60EB67;
--mint-500: #33E63C;
--mint-600: #19C821;
--mint-700: #149F1B;
--mint-800: #0E7113;
--mint-900: #09490C;
--mint-950: #062D08;
}