Mint
#98F1BD
GreenColor Codes
All color formats for development
HEX
#98F1BDRGB
rgb(152, 241, 189)HSL
hsl(145, 76%, 77%)OKLCH
oklch(0.888 0.113 157.5)CMYK
cmyk(37%, 0%, 22%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECA7
2#53E791
3#30E37B
4#1CCF67
5#18AD56
6#138A45
7#0E6833
8#094522
9#052311
Tints
Lighter variations
1#A2F2C4
2#ACF4CA
3#B7F5D1
4#C1F7D7
5#CBF8DE
6#D6F9E5
7#E0FBEB
8#EAFCF2
9#F5FEF8
Tones
Muted variations
1#9CECBE
2#A1E8BE
3#A5E4BF
4#AADFC0
5#AEDBC1
6#B3D6C1
7#B7D2C2
8#BBCDC3
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BD | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9A | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E37E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC562 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7038 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4824 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E0FBEB;
--mint-200: #C5F7DA;
--mint-300: #98F1BD;
--mint-400: #62EA9A;
--mint-500: #35E37E;
--mint-600: #1BC562;
--mint-700: #159D4E;
--mint-800: #0F7038;
--mint-900: #0A4824;
--mint-950: #062D16;
}