Mint
#62EAAD
GreenColor Codes
All color formats for development
HEX
#62EAADRGB
rgb(98, 234, 173)HSL
hsl(153, 76%, 65%)OKLCH
oklch(0.846 0.148 161.2)CMYK
cmyk(58%, 0%, 26%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E69D
2#28E28E
3#1CCC7D
4#18AF6B
5#149259
6#107547
7#0C5836
8#083A24
9#041D12
Tints
Lighter variations
1#72ECB5
2#81EEBD
3#91F0C5
4#A1F2CE
5#B0F4D6
6#C0F6DE
7#D0F9E6
8#E0FBEF
9#EFFDF7
Tones
Muted variations
1#69E3AC
2#6FDCAB
3#76D5AA
4#7DCEAA
5#84C8A9
6#8BC1A8
7#91BAA8
8#98B3A7
9#9FADA6
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 #C5F7E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C9 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAD | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E395 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC579 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7045 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E0FBEF;
--mint-200: #C5F7E0;
--mint-300: #98F1C9;
--mint-400: #62EAAD;
--mint-500: #35E395;
--mint-600: #1BC579;
--mint-700: #159D60;
--mint-800: #0F7045;
--mint-900: #0A482C;
--mint-950: #062D1B;
}