Mint
#5DEFB7
GreenColor Codes
All color formats for development
HEX
#5DEFB7RGB
rgb(93, 239, 183)HSL
hsl(157, 82%, 65%)OKLCH
oklch(0.859 0.149 164.4)CMYK
cmyk(61%, 0%, 23%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECA9
2#20E99C
3#15D38A
4#12B576
5#0F9763
6#0C794F
7#095A3B
8#063C27
9#031E14
Tints
Lighter variations
1#6DF1BE
2#7DF2C5
3#8DF4CC
4#9EF5D4
5#AEF7DB
6#BEF9E2
7#CEFAE9
8#DFFCF1
9#EFFDF8
Tones
Muted variations
1#64E8B5
2#6BE0B3
3#73D9B2
4#7AD2B0
5#81CAAE
6#88C3AD
7#90BCAB
8#97B4A9
9#9EADA7
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 #C3F9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4D0 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB7 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A26A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B744C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A31 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DFFCF1;
--mint-200: #C3F9E4;
--mint-300: #94F4D0;
--mint-400: #5DEFB7;
--mint-500: #2EEAA2;
--mint-600: #14CC86;
--mint-700: #10A26A;
--mint-800: #0B744C;
--mint-900: #074A31;
--mint-950: #052E1E;
}