Mint
#62EAB1
GreenColor Codes
All color formats for development
HEX
#62EAB1RGB
rgb(98, 234, 177)HSL
hsl(155, 76%, 65%)OKLCH
oklch(0.847 0.145 162.8)CMYK
cmyk(58%, 0%, 24%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6A3
2#28E294
3#1CCC83
4#18AF70
5#14925D
6#10754B
7#0C5838
8#083A25
9#041D13
Tints
Lighter variations
1#72ECB9
2#81EEC1
3#91F0C8
4#A1F2D0
5#B0F4D8
6#C0F6E0
7#D0F9E8
8#E0FBEF
9#EFFDF7
Tones
Muted variations
1#69E3B0
2#6FDCAF
3#76D5AE
4#7DCEAD
5#84C8AB
6#8BC1AA
7#91BAA9
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 #C5F7E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E39B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC57E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482E | 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: #F2FDF8;
--mint-100: #E0FBEF;
--mint-200: #C5F7E2;
--mint-300: #98F1CC;
--mint-400: #62EAB1;
--mint-500: #35E39B;
--mint-600: #1BC57E;
--mint-700: #159D65;
--mint-800: #0F7048;
--mint-900: #0A482E;
--mint-950: #062D1D;
}