Mint
#5DEFB2
GreenColor Codes
All color formats for development
HEX
#5DEFB2RGB
rgb(93, 239, 178)HSL
hsl(155, 82%, 65%)OKLCH
oklch(0.858 0.153 162.4)CMYK
cmyk(61%, 0%, 26%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECA4
2#20E995
3#15D384
4#12B571
5#0F975E
6#0C794B
7#095A39
8#063C26
9#031E13
Tints
Lighter variations
1#6DF1BA
2#7DF2C1
3#8DF4C9
4#9EF5D1
5#AEF7D8
6#BEF9E0
7#CEFAE8
8#DFFCF0
9#EFFDF7
Tones
Muted variations
1#64E8B1
2#6BE0B0
3#73D9AE
4#7AD2AD
5#81CAAC
6#88C3AB
7#90BCA9
8#97B4A8
9#9EADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4CC | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB2 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEA9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7448 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A2E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DFFCF0;
--mint-200: #C3F9E2;
--mint-300: #94F4CC;
--mint-400: #5DEFB2;
--mint-500: #2EEA9C;
--mint-600: #14CC80;
--mint-700: #10A265;
--mint-800: #0B7448;
--mint-900: #074A2E;
--mint-950: #052E1D;
}