Mint
#98F1A5
GreenColor Codes
All color formats for development
HEX
#98F1A5RGB
rgb(152, 241, 165)HSL
hsl(129, 76%, 77%)OKLCH
oklch(0.883 0.135 147.9)CMYK
cmyk(37%, 0%, 32%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC87
2#53E769
3#30E34B
4#1CCF37
5#18AD2E
6#138A25
7#0E681C
8#094512
9#052309
Tints
Lighter variations
1#A2F2AE
2#ACF4B7
3#B7F5C0
4#C1F7C9
5#CBF8D2
6#D6F9DB
7#E0FBE4
8#EAFCED
9#F5FEF6
Tones
Muted variations
1#9CECA8
2#A1E8AB
3#A5E4AF
4#AADFB2
5#AEDBB5
6#B3D6B8
7#B7D2BB
8#BBCDBE
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA76 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E34F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC535 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D2A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4813 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF3;
--mint-100: #E0FBE4;
--mint-200: #C5F7CC;
--mint-300: #98F1A5;
--mint-400: #62EA76;
--mint-500: #35E34F;
--mint-600: #1BC535;
--mint-700: #159D2A;
--mint-800: #0F701E;
--mint-900: #0A4813;
--mint-950: #062D0C;
}