Mint
#97F2A3
GreenColor Codes
All color formats for development
HEX
#97F2A3RGB
rgb(151, 242, 163)HSL
hsl(128, 78%, 77%)OKLCH
oklch(0.884 0.139 147.4)CMYK
cmyk(38%, 0%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE84
2#51E965
3#2EE546
4#1AD232
5#16AF2A
6#118C22
7#0D6919
8#094611
9#042308
Tints
Lighter variations
1#A1F3AC
2#ABF5B5
3#B6F6BE
4#C0F7C8
5#CBF9D1
6#D5FADA
7#E0FBE3
8#EAFCED
9#F5FEF6
Tones
Muted variations
1#9BEEA6
2#A0E9AA
3#A4E4AD
4#A9E0B0
5#ADDBB4
6#B2D7B7
7#B7D2BA
8#BBCDBE
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A3 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB73 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E64B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C830 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F26 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094911 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF3;
--mint-100: #DFFBE3;
--mint-200: #C4F8CB;
--mint-300: #97F2A3;
--mint-400: #60EB73;
--mint-500: #33E64B;
--mint-600: #19C830;
--mint-700: #149F26;
--mint-800: #0E711B;
--mint-900: #094911;
--mint-950: #062D0B;
}