Mint
#62EAAA
GreenColor Codes
All color formats for development
HEX
#62EAAARGB
rgb(98, 234, 170)HSL
hsl(152, 76%, 65%)OKLCH
oklch(0.845 0.151 160)CMYK
cmyk(58%, 0%, 27%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E69B
2#28E28B
3#1CCC7A
4#18AF68
5#149257
6#107546
7#0C5834
8#083A23
9#041D11
Tints
Lighter variations
1#72ECB3
2#81EEBB
3#91F0C4
4#A1F2CC
5#B0F4D5
6#C0F6DD
7#D0F9E6
8#E0FBEE
9#EFFDF7
Tones
Muted variations
1#69E3AA
2#6FDCA9
3#76D5A9
4#7DCEA8
5#84C8A8
6#8BC1A8
7#91BAA7
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 #E0FBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E392 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC576 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7043 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482B | 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: #E0FBEE;
--mint-200: #C5F7E0;
--mint-300: #98F1C7;
--mint-400: #62EAAA;
--mint-500: #35E392;
--mint-600: #1BC576;
--mint-700: #159D5E;
--mint-800: #0F7043;
--mint-900: #0A482B;
--mint-950: #062D1B;
}