Mint
#98F1B1
GreenColor Codes
All color formats for development
HEX
#98F1B1RGB
rgb(152, 241, 177)HSL
hsl(137, 76%, 77%)OKLCH
oklch(0.885 0.124 152.2)CMYK
cmyk(37%, 0%, 27%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC97
2#53E77D
3#30E363
4#1CCF4F
5#18AD42
6#138A35
7#0E6828
8#09451A
9#05230D
Tints
Lighter variations
1#A2F2B9
2#ACF4C1
3#B7F5C8
4#C1F7D0
5#CBF8D8
6#D6F9E0
7#E0FBE8
8#EAFCEF
9#F5FEF7
Tones
Muted variations
1#9CECB3
2#A1E8B5
3#A5E4B7
4#AADFB9
5#AEDBBB
6#B3D6BD
7#B7D2BF
8#BBCDC0
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA88 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E366 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E0FBE7;
--mint-200: #C5F7D3;
--mint-300: #98F1B1;
--mint-400: #62EA88;
--mint-500: #35E366;
--mint-600: #1BC54B;
--mint-700: #159D3C;
--mint-800: #0F702B;
--mint-900: #0A481B;
--mint-950: #062D11;
}