Mint
#59F3AB
GreenColor Codes
All color formats for development
HEX
#59F3ABRGB
rgb(89, 243, 171)HSL
hsl(152, 87%, 65%)OKLCH
oklch(0.865 0.166 159.4)CMYK
cmyk(63%, 0%, 30%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39F19B
2#1AEF8C
3#0FD97B
4#0DBA69
5#0B9B58
6#097C46
7#065D35
8#043E23
9#021F12
Tints
Lighter variations
1#69F5B3
2#79F6BC
3#8AF7C4
4#9BF8CD
5#ACF9D5
6#BCFADD
7#CDFCE6
8#DEFDEE
9#EEFEF7
Tones
Muted variations
1#60ECAA
2#68E4AA
3#6FDCA9
4#77D4A9
5#7FCDA8
6#87C5A8
7#8EBDA7
8#96B5A7
9#9EAEA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7C8 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3AB | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F093 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD277 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA75E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087743 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C2B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DEFDEE;
--mint-200: #C1FBE0;
--mint-300: #91F7C8;
--mint-400: #58F3AB;
--mint-500: #28F093;
--mint-600: #0FD277;
--mint-700: #0CA75E;
--mint-800: #087743;
--mint-900: #054C2B;
--mint-950: #03301B;
}