Mint
#97F2B1
GreenColor Codes
All color formats for development
HEX
#97F2B1RGB
rgb(151, 242, 177)HSL
hsl(137, 78%, 77%)OKLCH
oklch(0.887 0.126 152.3)CMYK
cmyk(38%, 0%, 27%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE96
2#51E97C
3#2EE562
4#1AD24E
5#16AF41
6#118C34
7#0D6927
8#09461A
9#04230D
Tints
Lighter variations
1#A1F3B8
2#ABF5C0
3#B6F6C8
4#C0F7D0
5#CBF9D8
6#D5FAE0
7#E0FBE7
8#EAFCEF
9#F5FEF7
Tones
Muted variations
1#9BEEB3
2#A0E9B4
3#A4E4B6
4#A9E0B8
5#ADDBBA
6#B2D7BC
7#B7D2BE
8#BBCDC0
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB88 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E665 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C84A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF5;
--mint-100: #DFFBE7;
--mint-200: #C4F8D3;
--mint-300: #97F2B1;
--mint-400: #60EB88;
--mint-500: #33E665;
--mint-600: #19C84A;
--mint-700: #149F3B;
--mint-800: #0E712A;
--mint-900: #09491B;
--mint-950: #062D11;
}