Mint
#97F2B4
GreenColor Codes
All color formats for development
HEX
#97F2B4RGB
rgb(151, 242, 180)HSL
hsl(139, 78%, 77%)OKLCH
oklch(0.888 0.123 153.5)CMYK
cmyk(38%, 0%, 26%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE9A
2#51E981
3#2EE568
4#1AD254
5#16AF46
6#118C38
7#0D692A
8#09461C
9#04230E
Tints
Lighter variations
1#A1F3BB
2#ABF5C3
3#B6F6CA
4#C0F7D2
5#CBF9D9
6#D5FAE1
7#E0FBE8
8#EAFCF0
9#F5FEF7
Tones
Muted variations
1#9BEEB5
2#A0E9B7
3#A4E4B9
4#A9E0BA
5#ADDBBC
6#B2D7BE
7#B7D2BF
8#BBCDC1
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB8C | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E66B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C850 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF5;
--mint-100: #DFFBE8;
--mint-200: #C4F8D4;
--mint-300: #97F2B4;
--mint-400: #60EB8C;
--mint-500: #33E66B;
--mint-600: #19C850;
--mint-700: #149F40;
--mint-800: #0E712E;
--mint-900: #09491D;
--mint-950: #062D12;
}