Mint
#5DEFAD
GreenColor Codes
All color formats for development
HEX
#5DEFADRGB
rgb(93, 239, 173)HSL
hsl(153, 82%, 65%)OKLCH
oklch(0.856 0.157 160.5)CMYK
cmyk(61%, 0%, 28%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EEC9E
2#20E98F
3#15D37E
4#12B56C
5#0F975A
6#0C7948
7#095A36
8#063C24
9#031E12
Tints
Lighter variations
1#6DF1B5
2#7DF2BD
3#8DF4C6
4#9EF5CE
5#AEF7D6
6#BEF9DE
7#CEFAE6
8#DFFCEF
9#EFFDF7
Tones
Muted variations
1#64E8AC
2#6BE0AC
3#73D9AB
4#7AD2AA
5#81CAA9
6#88C3A9
7#90BCA8
8#97B4A7
9#9EADA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4C9 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFAD | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEA96 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC79 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A261 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7445 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A2C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DFFCEF;
--mint-200: #C3F9E1;
--mint-300: #94F4C9;
--mint-400: #5DEFAD;
--mint-500: #2EEA96;
--mint-600: #14CC79;
--mint-700: #10A261;
--mint-800: #0B7445;
--mint-900: #074A2C;
--mint-950: #052E1C;
}