Mint
#5DEFB4
GreenColor Codes
All color formats for development
HEX
#5DEFB4RGB
rgb(93, 239, 180)HSL
hsl(156, 82%, 65%)OKLCH
oklch(0.858 0.151 163.2)CMYK
cmyk(61%, 0%, 25%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECA7
2#20E999
3#15D387
4#12B574
5#0F9760
6#0C794D
7#095A3A
8#063C27
9#031E13
Tints
Lighter variations
1#6DF1BC
2#7DF2C3
3#8DF4CB
4#9EF5D2
5#AEF7DA
6#BEF9E1
7#CEFAE9
8#DFFCF0
9#EFFDF8
Tones
Muted variations
1#64E8B3
2#6BE0B1
3#73D9B0
4#7AD2AF
5#81CAAD
6#88C3AC
7#90BCAA
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 #DFFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4CE | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB4 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEA9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B744A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A2F | 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: #DFFCF0;
--mint-200: #C3F9E3;
--mint-300: #94F4CE;
--mint-400: #5DEFB4;
--mint-500: #2EEA9F;
--mint-600: #14CC83;
--mint-700: #10A268;
--mint-800: #0B744A;
--mint-900: #074A2F;
--mint-950: #052E1E;
}