Mint
#62EAB3
GreenColor Codes
All color formats for development
HEX
#62EAB3RGB
rgb(98, 234, 179)HSL
hsl(156, 76%, 65%)OKLCH
oklch(0.847 0.143 163.7)CMYK
cmyk(58%, 0%, 24%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6A5
2#28E297
3#1CCC86
4#18AF73
5#14925F
6#10754C
7#0C5839
8#083A26
9#041D13
Tints
Lighter variations
1#72ECBB
2#81EEC2
3#91F0CA
4#A1F2D2
5#B0F4D9
6#C0F6E1
7#D0F9E8
8#E0FBF0
9#EFFDF7
Tones
Muted variations
1#69E3B2
2#6FDCB1
3#76D5AF
4#7DCEAE
5#84C8AD
6#8BC1AB
7#91BAAA
8#98B3A8
9#9FADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CD | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E39E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC581 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7049 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF9;
--mint-100: #E0FBF0;
--mint-200: #C5F7E3;
--mint-300: #98F1CD;
--mint-400: #62EAB3;
--mint-500: #35E39E;
--mint-600: #1BC581;
--mint-700: #159D67;
--mint-800: #0F7049;
--mint-900: #0A482F;
--mint-950: #062D1D;
}