Mint
#62EAAF
GreenColor Codes
All color formats for development
HEX
#62EAAFRGB
rgb(98, 234, 175)HSL
hsl(154, 76%, 65%)OKLCH
oklch(0.846 0.147 162)CMYK
cmyk(58%, 0%, 25%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6A0
2#28E291
3#1CCC80
4#18AF6E
5#14925B
6#107549
7#0C5837
8#083A25
9#041D12
Tints
Lighter variations
1#72ECB7
2#81EEBF
3#91F0C7
4#A1F2CF
5#B0F4D7
6#C0F6DF
7#D0F9E7
8#E0FBEF
9#EFFDF7
Tones
Muted variations
1#69E3AE
2#6FDCAD
3#76D5AC
4#7DCEAB
5#84C8AA
6#8BC1A9
7#91BAA8
8#98B3A8
9#9FADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAF | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC57C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E0FBEF;
--mint-200: #C5F7E1;
--mint-300: #98F1CA;
--mint-400: #62EAAF;
--mint-500: #35E398;
--mint-600: #1BC57C;
--mint-700: #159D62;
--mint-800: #0F7046;
--mint-900: #0A482D;
--mint-950: #062D1C;
}