Mint
#5FECAD
GreenColor Codes
All color formats for development
HEX
#5FECADRGB
rgb(95, 236, 173)HSL
hsl(153, 79%, 65%)OKLCH
oklch(0.85 0.152 161)CMYK
cmyk(60%, 0%, 27%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E99E
2#24E58E
3#18D07D
4#15B26B
5#119459
6#0E7748
7#0A5936
8#073B24
9#031E12
Tints
Lighter variations
1#6FEEB5
2#7FF0BD
3#8FF2C5
4#9FF4CE
5#AFF6D6
6#BFF8DE
7#CFF9E6
8#DFFBEF
9#EFFDF7
Tones
Muted variations
1#66E5AC
2#6DDEAB
3#74D7AB
4#7BD0AA
5#82C9A9
6#8AC2A9
7#91BBA8
8#98B4A7
9#9FADA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C9 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECAD | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E795 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C979 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A060 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7245 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492C | 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: #F1FDF8;
--mint-100: #DFFBEF;
--mint-200: #C4F8E0;
--mint-300: #96F3C9;
--mint-400: #5FECAD;
--mint-500: #32E795;
--mint-600: #18C979;
--mint-700: #13A060;
--mint-800: #0D7245;
--mint-900: #09492C;
--mint-950: #052E1C;
}