Mint
#59F3B8
GreenColor Codes
All color formats for development
HEX
#59F3B8RGB
rgb(89, 243, 184)HSL
hsl(157, 87%, 65%)OKLCH
oklch(0.868 0.155 164.1)CMYK
cmyk(63%, 0%, 24%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39F1AB
2#1AEF9D
3#0FD98C
4#0DBA78
5#0B9B64
6#097C50
7#065D3C
8#043E28
9#021F14
Tints
Lighter variations
1#69F5BF
2#79F6C6
3#8AF7CD
4#9BF8D4
5#ACF9DB
6#BCFAE3
7#CDFCEA
8#DEFDF1
9#EEFEF8
Tones
Muted variations
1#60ECB6
2#68E4B4
3#6FDCB2
4#77D4B1
5#7FCDAF
6#87C5AD
7#8EBDAB
8#96B5A9
9#9EAEA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7D0 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD287 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA76B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08774D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C31 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DEFDF1;
--mint-200: #C1FBE5;
--mint-300: #91F7D0;
--mint-400: #58F3B8;
--mint-500: #28F0A4;
--mint-600: #0FD287;
--mint-700: #0CA76B;
--mint-800: #08774D;
--mint-900: #054C31;
--mint-950: #03301F;
}