Mint
#98F1A2
GreenColor Codes
All color formats for development
HEX
#98F1A2RGB
rgb(152, 241, 162)HSL
hsl(127, 76%, 77%)OKLCH
oklch(0.882 0.138 147)CMYK
cmyk(37%, 0%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC83
2#53E764
3#30E345
4#1CCF31
5#18AD29
6#138A21
7#0E6819
8#094510
9#052308
Tints
Lighter variations
1#A2F2AB
2#ACF4B5
3#B7F5BE
4#C1F7C7
5#CBF8D1
6#D6F9DA
7#E0FBE3
8#EAFCEC
9#F5FEF6
Tones
Muted variations
1#9CECA6
2#A1E8A9
3#A5E4AC
4#AADFB0
5#AEDBB3
6#B3D6B7
7#B7D2BA
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 #E0FBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA72 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E349 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC52F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4811 | 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: #F2FDF3;
--mint-100: #E0FBE3;
--mint-200: #C5F7CB;
--mint-300: #98F1A2;
--mint-400: #62EA72;
--mint-500: #35E349;
--mint-600: #1BC52F;
--mint-700: #159D25;
--mint-800: #0F701B;
--mint-900: #0A4811;
--mint-950: #062D0B;
}