Mint
#5DEFB0
GreenColor Codes
All color formats for development
HEX
#5DEFB0RGB
rgb(93, 239, 176)HSL
hsl(154, 82%, 65%)OKLCH
oklch(0.857 0.155 161.7)CMYK
cmyk(61%, 0%, 26%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECA1
2#20E992
3#15D381
4#12B56E
5#0F975C
6#0C794A
7#095A37
8#063C25
9#031E12
Tints
Lighter variations
1#6DF1B7
2#7DF2BF
3#8DF4C7
4#9EF5CF
5#AEF7D7
6#BEF9DF
7#CEFAE7
8#DFFCEF
9#EFFDF7
Tones
Muted variations
1#64E8AF
2#6BE0AE
3#73D9AD
4#7AD2AC
5#81CAAB
6#88C3AA
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 #DFFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4CB | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB0 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEA99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7447 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A2D | 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: #94F4CB;
--mint-400: #5DEFB0;
--mint-500: #2EEA99;
--mint-600: #14CC7C;
--mint-700: #10A263;
--mint-800: #0B7447;
--mint-900: #074A2D;
--mint-950: #052E1C;
}