Mint
#5DEFB9
GreenColor Codes
All color formats for development
HEX
#5DEFB9RGB
rgb(93, 239, 185)HSL
hsl(158, 82%, 65%)OKLCH
oklch(0.859 0.148 165.3)CMYK
cmyk(61%, 0%, 23%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECAC
2#20E99F
3#15D38D
4#12B579
5#0F9765
6#0C7951
7#095A3D
8#063C28
9#031E14
Tints
Lighter variations
1#6DF1C0
2#7DF2C7
3#8DF4CE
4#9EF5D5
5#AEF7DC
6#BEF9E3
7#CEFAEA
8#DFFCF1
9#EFFDF8
Tones
Muted variations
1#64E8B7
2#6BE0B5
3#73D9B3
4#7AD2B1
5#81CAB0
6#88C3AE
7#90BCAC
8#97B4AA
9#9EADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4D1 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB9 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A26D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B744E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A32 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DFFCF1;
--mint-200: #C3F9E5;
--mint-300: #94F4D1;
--mint-400: #5DEFB9;
--mint-500: #2EEAA5;
--mint-600: #14CC89;
--mint-700: #10A26D;
--mint-800: #0B744E;
--mint-900: #074A32;
--mint-950: #052E1F;
}