Mint
#97F29A
GreenColor Codes
All color formats for development
HEX
#97F29ARGB
rgb(151, 242, 154)HSL
hsl(122, 78%, 77%)OKLCH
oklch(0.883 0.148 144.9)CMYK
cmyk(38%, 0%, 36%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE78
2#51E956
3#2EE534
4#1AD220
5#16AF1B
6#118C15
7#0D6910
8#09460B
9#042305
Tints
Lighter variations
1#A1F3A4
2#ABF5AE
3#B6F6B8
4#C0F7C2
5#CBF9CC
6#D5FAD6
7#E0FBE1
8#EAFCEB
9#F5FEF5
Tones
Muted variations
1#9BEE9E
2#A0E9A2
3#A4E4A6
4#A9E0AB
5#ADDBAF
6#B2D7B3
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 #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29A | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB65 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E639 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C81F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7111 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF2;
--mint-100: #DFFBE0;
--mint-200: #C4F8C6;
--mint-300: #97F29A;
--mint-400: #60EB65;
--mint-500: #33E639;
--mint-600: #19C81F;
--mint-700: #149F18;
--mint-800: #0E7111;
--mint-900: #09490B;
--mint-950: #062D07;
}