Mint
#62EAB6
GreenColor Codes
All color formats for development
HEX
#62EAB6RGB
rgb(98, 234, 182)HSL
hsl(157, 76%, 65%)OKLCH
oklch(0.848 0.141 165)CMYK
cmyk(58%, 0%, 22%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6A8
2#28E29A
3#1CCC89
4#18AF75
5#149262
6#10754E
7#0C583B
8#083A27
9#041D14
Tints
Lighter variations
1#72ECBD
2#81EEC4
3#91F0CC
4#A1F2D3
5#B0F4DA
6#C0F6E2
7#D0F9E9
8#E0FBF0
9#EFFDF8
Tones
Muted variations
1#69E3B4
2#6FDCB2
3#76D5B1
4#7DCEAF
5#84C8AE
6#8BC1AC
7#91BAAA
8#98B3A9
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 #C5F7E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB6 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F704B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4830 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF9;
--mint-100: #E0FBF0;
--mint-200: #C5F7E4;
--mint-300: #98F1CF;
--mint-400: #62EAB6;
--mint-500: #35E3A1;
--mint-600: #1BC584;
--mint-700: #159D69;
--mint-800: #0F704B;
--mint-900: #0A4830;
--mint-950: #062D1E;
}