Mint
#98F1B3
GreenColor Codes
All color formats for development
HEX
#98F1B3RGB
rgb(152, 241, 179)HSL
hsl(138, 76%, 77%)OKLCH
oklch(0.886 0.122 153)CMYK
cmyk(37%, 0%, 26%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC99
2#53E77F
3#30E366
4#1CCF52
5#18AD44
6#138A37
7#0E6829
8#09451B
9#05230E
Tints
Lighter variations
1#A2F2BA
2#ACF4C2
3#B7F5C9
4#C1F7D1
5#CBF8D9
6#D6F9E0
7#E0FBE8
8#EAFCF0
9#F5FEF7
Tones
Muted variations
1#9CECB4
2#A1E8B6
3#A5E4B8
4#AADFBA
5#AEDBBB
6#B3D6BD
7#B7D2BF
8#BBCDC1
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8B | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E369 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E0FBE8;
--mint-200: #C5F7D4;
--mint-300: #98F1B3;
--mint-400: #62EA8B;
--mint-500: #35E369;
--mint-600: #1BC54E;
--mint-700: #159D3E;
--mint-800: #0F702C;
--mint-900: #0A481C;
--mint-950: #062D12;
}