Mint
#97F2AB
GreenColor Codes
All color formats for development
HEX
#97F2ABRGB
rgb(151, 242, 171)HSL
hsl(133, 78%, 77%)OKLCH
oklch(0.886 0.131 150.1)CMYK
cmyk(38%, 0%, 29%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE8E
2#51E972
3#2EE555
4#1AD242
5#16AF37
6#118C2C
7#0D6921
8#094616
9#04230B
Tints
Lighter variations
1#A1F3B3
2#ABF5BB
3#B6F6C4
4#C0F7CC
5#CBF9D5
6#D5FADD
7#E0FBE6
8#EAFCEE
9#F5FEF7
Tones
Muted variations
1#9BEEAD
2#A0E9B0
3#A4E4B2
4#A9E0B5
5#ADDBB7
6#B2D7BA
7#B7D2BD
8#BBCDBF
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB7E | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E65A | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C83F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F32 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7124 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094917 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF4;
--mint-100: #DFFBE5;
--mint-200: #C4F8CF;
--mint-300: #97F2AA;
--mint-400: #60EB7E;
--mint-500: #33E65A;
--mint-600: #19C83F;
--mint-700: #149F32;
--mint-800: #0E7124;
--mint-900: #094917;
--mint-950: #062D0E;
}