Mint
#62EABA
GreenColor Codes
All color formats for development
HEX
#62EABARGB
rgb(98, 234, 186)HSL
hsl(159, 76%, 65%)OKLCH
oklch(0.849 0.138 166.8)CMYK
cmyk(58%, 0%, 21%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6AD
2#28E2A1
3#1CCC8E
4#18AF7A
5#149266
6#107551
7#0C583D
8#083A29
9#041D14
Tints
Lighter variations
1#72ECC1
2#81EEC8
3#91F0CF
4#A1F2D6
5#B0F4DD
6#C0F6E3
7#D0F9EA
8#E0FBF1
9#EFFDF8
Tones
Muted variations
1#69E3B8
2#6FDCB6
3#76D5B4
4#7DCEB2
5#84C8B0
6#8BC1AE
7#91BAAC
8#98B3AA
9#9FADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EABA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC58A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D6E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F704E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4832 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF9;
--mint-100: #E0FBF1;
--mint-200: #C5F7E5;
--mint-300: #98F1D2;
--mint-400: #62EABA;
--mint-500: #35E3A6;
--mint-600: #1BC58A;
--mint-700: #159D6E;
--mint-800: #0F704E;
--mint-900: #0A4832;
--mint-950: #062D1F;
}