Mint
#97F2B2
GreenColor Codes
All color formats for development
HEX
#97F2B2RGB
rgb(151, 242, 178)HSL
hsl(138, 78%, 77%)OKLCH
oklch(0.887 0.125 152.7)CMYK
cmyk(38%, 0%, 26%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE98
2#51E97F
3#2EE565
4#1AD251
5#16AF44
6#118C36
7#0D6929
8#09461B
9#04230E
Tints
Lighter variations
1#A1F3BA
2#ABF5C1
3#B6F6C9
4#C0F7D1
5#CBF9D9
6#D5FAE0
7#E0FBE8
8#EAFCF0
9#F5FEF7
Tones
Muted variations
1#9BEEB4
2#A0E9B6
3#A4E4B8
4#A9E0B9
5#ADDBBB
6#B2D7BD
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 #97F2B2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB8A | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E668 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C84D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491C | 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: #97F2B2;
--mint-400: #60EB8A;
--mint-500: #33E668;
--mint-600: #19C84D;
--mint-700: #149F3D;
--mint-800: #0E712C;
--mint-900: #09491C;
--mint-950: #062D12;
}